Libraryless. Click here for Pure Java version (2989L/18K).
static <A> MultiSet<A> asTreeMultiSet(Iterable<A> l) { MultiSet<A> ms = treeMultiSet(); ms.addAll(l); ret ms; }
Began life as a copy of #1015421
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030103 |
| Snippet name: | asTreeMultiSet |
| Eternal ID of this version: | #1030103/1 |
| Text MD5: | 4b5c43e9612a657ca4f4948397361de5 |
| Transpilation MD5: | 848c530fd732d326ad88bb671e30683c |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-11-09 11:03:20 |
| Source code size: | 121 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 459 / 556 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |