Libraryless. Click here for Pure Java version (4802L/26K).
static <A> MultiSet<A> treeMultiSet(Comparator<A> cmp default null) { ret new MultiSet(treeMap(cmp)); }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1010512 | 
| Snippet name: | treeMultiSet - uses TreeMap | 
| Eternal ID of this version: | #1010512/2 | 
| Text MD5: | c05fb6e446ca44e84344794130c53aa1 | 
| Transpilation MD5: | f7c568bbb0d70f2ec46293489589c9a1 | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2021-10-06 15:16:07 | 
| Source code size: | 107 bytes / 3 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 670 / 842 | 
| Version history: | 1 change(s) | 
| Referenced in: | [show references] |