static <A, B> MultiSetMap<A, B> multiSetMap_outerDescTreeMap_innerBetterLinkedHashSet() { ret new MultiSetMap<A, B>(descTreeMap()) { Set<B> _makeEmptySet() { ret new BetterLinkedHashSet; } }; }
Began life as a copy of #1028463
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1031506 |
Snippet name: | multiSetMap_outerDescTreeMap_innerBetterLinkedHashSet - use compact... instead |
Eternal ID of this version: | #1031506/5 |
Text MD5: | 134f15972902de7f8aa7d8609e8d6382 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-08-20 09:25:51 |
Source code size: | 205 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 153 / 192 |
Version history: | 4 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1032215 - multiSetMap_outerDescTreeMap_innerCompactLinkedHashSet - best for probability lists |