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); }
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: | 157 / 222 |
Version history: | 4 change(s) |
Referenced in: | #1003674 - Standard Classes + Interfaces (LIVE continued in #1034167) |