1 | sinterface ILongQueue {
|
2 | public bool isEmpty(); |
3 | public void add(long element); |
4 | |
5 | // return value is undefined if queue is empty |
6 | public long poll(); |
7 | } |
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: | 594 / 885 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |