1 | static <B> MultiMap<S, B> pairsToCIMultiMap(LPair<S, B> l) { |
2 | MultiMap<S, B> mm = ciMultiMap(); |
3 | for (Pair<S, B> p : unnull(l)) |
4 | mm.put(p.a, p.b); |
5 | ret mm; |
6 | } |
Began life as a copy of #1020567
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1024854 |
Snippet name: | pairsToCIMultiMap |
Eternal ID of this version: | #1024854/1 |
Text MD5: | 8f793c81fd4f623848e682d5e609df26 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-08-27 12:41:36 |
Source code size: | 168 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 234 / 271 |
Referenced in: | [show references] |