Libraryless. Click here for Pure Java version (2989L/18K).
1 | static <A> MultiSet<A> asTreeMultiSet(Iterable<A> l) {
|
2 | MultiSet<A> ms = treeMultiSet(); |
3 | ms.addAll(l); |
4 | ret ms; |
5 | } |
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: | 460 / 558 |
| Referenced in: | [show references] |