Libraryless. Click here for Pure Java version (2765L/17K).
static <A, B> MultiSetMap<A, B> multiSetMap_innerTreeSet(Comparator<B> innerComparator default null) { ret new MultiSetMap<A, B>() { Set<B> _makeEmptySet() { ret new TreeSet(innerComparator); } }; }
Began life as a copy of #1028193
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: | #1028194 |
Snippet name: | multiSetMap_innerTreeSet |
Eternal ID of this version: | #1028194/6 |
Text MD5: | 47273b9d6a5421d36c514eb540493238 |
Transpilation MD5: | 5c6115751cd4c4fec45feb26be9ef710 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-07-23 13:57:20 |
Source code size: | 210 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 230 / 341 |
Version history: | 5 change(s) |
Referenced in: | [show references] |