1 | static <A> Iterator<A> iterator(Iterable<A> c) {
|
2 | ret c == null ? emptyIterator() : c.iterator(); |
3 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1011370 |
| Snippet name: | iterator - never returns null |
| Eternal ID of this version: | #1011370/4 |
| Text MD5: | cff0e61725fd51bac24226076cea8620 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-07-19 13:55:38 |
| Source code size: | 102 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1421 / 1550 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |