Libraryless. Click here for Pure Java version (3215L/20K).
static <A, B> MultiSetMap<A, B> multiSetMap_innerCompactTreeSet(Comparator<B> innerComparator default null) { ret new MultiSetMap<A, B>() { Set<B> _makeEmptySet() { ret new CompactTreeSet(innerComparator); } }; }
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: | #1029168 | 
| Snippet name: | multiSetMap_innerCompactTreeSet | 
| Eternal ID of this version: | #1029168/1 | 
| Text MD5: | d99c41d32925e5218730fa263444e681 | 
| Transpilation MD5: | f1e7ea880649dc68ce3139e686c6323d | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2020-07-23 15:06:22 | 
| Source code size: | 224 bytes / 5 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 394 / 513 | 
| Referenced in: | [show references] |