Libraryless. Click here for Pure Java version (2805L/17K).
static <A, B> MultiSetMap<A, B> multiSetMap_innerCustomTreeSet_outerRevTreeMap(Comparator<B> innerComparator) { MultiSetMap<A, B> m = multiSetMap_innerTreeSet(innerComparator); m.data = revTreeMap(); ret m; }
Began life as a copy of #1028195
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: | #1029171 |
| Snippet name: | multiSetMap_innerCustomTreeSet_outerRevTreeMap |
| Eternal ID of this version: | #1029171/1 |
| Text MD5: | d92b7da32902f24523869c8b6f49506f |
| Transpilation MD5: | 1b9aee6449fba79b9e5754914b16e70c |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-07-23 18:56:37 |
| Source code size: | 218 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 410 / 532 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1030411 - multiSetMap_innerCustomIntPairTreeSet_outerRevTreeMap |