Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

12
LINES

< > BotCompany Repo | #1036282 // ILongBuffer

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (45L) is out of date.

interface ILongBuffer extends IntSize, Iterable<Long>, ILongQueue, IntegrityCheckable {
  void add(long d);
  void addAll(Iterable<Long> l);
  long[] toArray();
  long get(int idx);
  void trimToSize();
  long popLast();
  long last();
  bool isEmpty();
  L<Long> asVirtualList();
  void insertAt(int idx, long[] l);
}

Author comment

Began life as a copy of #1036281

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): elmgxqgtpvxh, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1036282
Snippet name: ILongBuffer
Eternal ID of this version: #1036282/5
Text MD5: 2788c77bd79b656505be368d05e890ea
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2023-03-20 20:16:47
Source code size: 329 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 75 / 113
Version history: 4 change(s)
Referenced in: [show references]