Libraryless. Click here for Pure Java version (2813L/17K).
static <B> MultiSetMap<S, B> ciMultiSetMap_innerTreeSet(Comparator<B> innerComparator default null) { MultiSetMap<S, B> mm = new MultiSetMap<S, B>() { Set<B> _makeEmptySet() { ret new TreeSet(innerComparator); } }; mm.data = ciMap(); ret mm; }
Began life as a copy of #1028194
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: | #1028981 |
Snippet name: | ciMultiSetMap_innerTreeSet |
Eternal ID of this version: | #1028981/5 |
Text MD5: | ca46a5a4039c6823cbf9332723750f3e |
Transpilation MD5: | 8b1561eec83625a7ee378ccfa8418540 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-07-15 12:57:03 |
Source code size: | 261 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 238 / 339 |
Version history: | 4 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |