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

7
LINES

< > BotCompany Repo | #1030092 // ILongQueue

JavaX fragment (include)

sinterface ILongQueue {
  public bool isEmpty();
  public void add(long element);
  
  // return value is undefined if queue is empty
  public long poll();
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030092
Snippet name: ILongQueue
Eternal ID of this version: #1030092/2
Text MD5: 1b5be157f554b5b4bafb152cf6b837f1
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-08 19:38:54
Source code size: 163 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 178 / 451
Version history: 1 change(s)
Referenced in: #1034167 - Standard Classes + Interfaces (LIVE, continuation of #1003674)