1 | static IterableIterator emptyIterableIterator_instance = new IterableIterator {
|
2 | public O next() { fail(); }
|
3 | public bool hasNext() { false; }
|
4 | }; |
5 | |
6 | static <A> IterableIterator<A> emptyIterableIterator() {
|
7 | ret emptyIterableIterator_instance; |
8 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1011464 |
| Snippet name: | emptyIterableIterator |
| Eternal ID of this version: | #1011464/3 |
| Text MD5: | 83e76d3f058fabee55275525794dd759 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-29 21:14:25 |
| Source code size: | 253 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 704 / 766 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |