Libraryless. Click here for Pure Java version (2699L/16K).
static MultiSet<S> concatToCIMultiSet(Collection<? extends Iterable<S>> lists) { MultiSet<S> ms = ciMultiSet(); for (Iterable<S> list : lists) fOr (S s : list) ms.add(s); ret ms; }
Began life as a copy of #1026302
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: | #1026575 |
Snippet name: | concatToCIMultiSet |
Eternal ID of this version: | #1026575/3 |
Text MD5: | 4fb474fb39d06077c587d9cdf0ab58f8 |
Transpilation MD5: | 5972ee9bd5f951c867454f066f537c6e |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-01-14 18:52:23 |
Source code size: | 204 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 321 / 443 |
Version history: | 2 change(s) |
Referenced in: | [show references] |