Libraryless. Click here for Pure Java version (9197L/51K).
1 | sclass TreeMultiMap<A, B> extends MultiMap<A, B> { |
2 | *() { super(true); } |
3 | *(MultiMap<A, B> map) { this(); putAll(map); } |
4 | |
5 | NavigableMap<A, L<B>> innerMap() { ret (NavigableMap) data; } |
6 | } |
Began life as a copy of #1032952
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1032973 |
Snippet name: | TreeMultiMap |
Eternal ID of this version: | #1032973/9 |
Text MD5: | 86bdcf7f08b887673b99556f8fb2190b |
Transpilation MD5: | bdaa2defeafc7844ebf5f4770d34d167 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-10-16 23:30:30 |
Source code size: | 196 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 255 / 631 |
Version history: | 8 change(s) |
Referenced in: | [show references] |