Transpiled version (10000L) is out of date.
1 | static <A, B, C extends Cl<B>> MultiMap<A, B> toMultiMap(Map<A, C> map) { |
2 | ret mapToMultiMap(map); |
3 | } |
4 | |
5 | static <A, B> MultiMap<A, B> toMultiMap(Iterable<Pair<A, B>> l) { |
6 | ret pairsToMultiMap(l); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1034839 |
Snippet name: | toMultiMap |
Eternal ID of this version: | #1034839/5 |
Text MD5: | 8ea03ff95e757244dca1b538ff5011d7 |
Author: | someone |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-12-30 19:54:17 |
Source code size: | 202 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 144 / 207 |
Version history: | 4 change(s) |
Referenced in: | [show references] |