Libraryless. Click here for Pure Java version (1919L/12K).
1 | svoid test_roundRobinCombinedIterator() { |
2 | assertEqualsVerbose(ll(1, 4, 6, 2, 5, 3), |
3 | asList(roundRobinCombinedIterator( |
4 | iteratorLL(1, 2, 3), iteratorLL(4, 5), iteratorLL(), iteratorLL(6)))); |
5 | } |
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1024859 |
Snippet name: | test_roundRobinCombinedIterator (OK) |
Eternal ID of this version: | #1024859/2 |
Text MD5: | 4c1c7b622e315d3e27f8d1a61f51f562 |
Transpilation MD5: | b96ed57c673e7740d408d000f8e00e99 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-08-27 17:13:07 |
Source code size: | 207 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 224 / 319 |
Version history: | 1 change(s) |
Referenced in: | [show references] |