Transpiled version (45L) is out of date.
1 | interface ILongBuffer extends IntSize, Iterable<Long>, ILongQueue, IntegrityCheckable { |
2 | void add(long d); |
3 | void addAll(Iterable<Long> l); |
4 | long[] toArray(); |
5 | long get(int idx); |
6 | void trimToSize(); |
7 | long popLast(); |
8 | long last(); |
9 | bool isEmpty(); |
10 | L<Long> asVirtualList(); |
11 | void insertAt(int idx, long[] l); |
12 | } |
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: | 156 / 221 |
Version history: | 4 change(s) |
Referenced in: | [show references] |