static <A> Iterator<A> iterator(Iterable<A> c) { ret c == null ? emptyIterator() : c.iterator(); }
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: | 1419 / 1548 | 
| Version history: | 3 change(s) | 
| Referenced in: | [show references] |