Libraryless. Click here for Pure Java version (4041L/23K).
1 | static <A> ItIt<A> roundRobin(Iterable<A>... l) { |
2 | ret roundRobinCombinedIterator(lmap iterator(l)); |
3 | } |
4 | |
5 | static <A> ItIt<A> roundRobin(Cl<? extends Iterator<A>> iterators) { |
6 | ret roundRobinCombinedIterator(iterators); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1030113 |
Snippet name: | roundRobin |
Eternal ID of this version: | #1030113/2 |
Text MD5: | b860faa85decd9ae19fc6caced801d80 |
Transpilation MD5: | a985c564b0cfbca4c9daedd4d95e9c6e |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-10-01 15:59:41 |
Source code size: | 226 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 185 / 265 |
Version history: | 1 change(s) |
Referenced in: | [show references] |