Libraryless. Click here for Pure Java version (2748L/17K).
1 | static <A, B> MultiSetMap<A, B> multiSetMap_innerLinkedHashSet() {
|
2 | ret new MultiSetMap<A, B>() {
|
3 | Set<B> _makeEmptySet() { ret new LinkedHashSet; }
|
4 | }; |
5 | } |
Began life as a copy of #1026173
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: | #1028193 |
| Snippet name: | multiSetMap_innerLinkedHashSet |
| Eternal ID of this version: | #1028193/4 |
| Text MD5: | 2e050d5d029f6429704cfa940eb8a0e9 |
| Transpilation MD5: | 25bacee176235a970d1fc2df55d1543a |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-06-14 16:56:56 |
| Source code size: | 163 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 428 / 603 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |