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

14
LINES

< > BotCompany Repo | #1036281 // IDoubleBuffer

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

Transpiled version (215L) is out of date.

1  
interface IDoubleBuffer extends IntSize, Iterable<Double>, IntegrityCheckable {
2  
  void add(double d);
3  
  void addAll(Iterable<Double> l);
4  
  double[] toArray();
5  
  double get(int idx);
6  
  void trimToSize();
7  
  double popLast();
8  
  double first();
9  
  double last();
10  
  bool isEmpty();
11  
  void insertAt(int idx, double[] l);
12  
  int indexOf(double d);
13  
  default bool contains(double d) { ret indexOf(d) >= 0; }
14  
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1036281
Snippet name: IDoubleBuffer
Eternal ID of this version: #1036281/14
Text MD5: a99720ad1156e6a9ddb797f06341f47d
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:59
Source code size: 412 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 98 / 160
Version history: 13 change(s)
Referenced in: [show references]