1 | static <A, B> MultiMap<A, B> treeMultiMap() { |
2 | ret new MultiMap(true); |
3 | } |
4 | |
5 | static <A, B> MultiMap<A, B> treeMultiMap(Comparator<A> comparator) { |
6 | ret new MultiMap(new TreeMap<A, L<B>>(comparator)); |
7 | } |
Began life as a copy of #1010512
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1010515 |
Snippet name: | treeMultiMap - uses TreeMap |
Eternal ID of this version: | #1010515/4 |
Text MD5: | 6e82ac6aff7c4ac251bd4ea2f538fcf2 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-01-08 08:57:08 |
Source code size: | 206 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 553 / 577 |
Version history: | 3 change(s) |
Referenced in: | [show references] |