static <A, B> HashMap<A, B> pairsToHashMap(Collection<? extends Pair<A, B>> l) { ret pairsToMap(l); }
Began life as a copy of #1011045
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: | #1014059 |
| Snippet name: | pairsToHashMap - synonym of pairsToMap - make HashMap from collection of pairs |
| Eternal ID of this version: | #1014059/1 |
| Text MD5: | 4100dc815e64b43d2bf877ab40893b34 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-03-27 20:17:07 |
| Source code size: | 105 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 651 / 685 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |