Libraryless. Click here for Pure Java version (9197L/51K).
sclass TreeMultiMap<A, B> extends MultiMap<A, B> { *() { super(true); } *(MultiMap<A, B> map) { this(); putAll(map); } NavigableMap<A, L<B>> innerMap() { ret (NavigableMap) data; } }
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: | 786 / 1259 |
| Version history: | 8 change(s) |
| Referenced in: | [show references] |