Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1027272 // combineIterators_roundRobin - synonym of roundRobinCombinedIterator

JavaX fragment (include)

static <A> ItIt<A> combineIterators_roundRobin(Iterator<A>... iterators) {
  ret roundRobinCombinedIterator(iterators);
}



static <A> ItIt<A> combineIterators_roundRobin(Cl<? extends Iterator<A>> iterators) {
  ret roundRobinCombinedIterator(iterators);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1027272
Snippet name: combineIterators_roundRobin - synonym of roundRobinCombinedIterator
Eternal ID of this version: #1027272/1
Text MD5: ff606a3bbe39bfaa57414a30ad6fd6a1
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-02-28 16:59:54
Source code size: 259 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 123 / 152
Referenced in: [show references]