1 | static MultiMap<S> parseDoubleArrowMultiMap(MultiMap<S> map, L<S> l) { |
2 | for (S s : l) { |
3 | L<S> x = splitAtDoubleArrow_bothDirections(s); |
4 | if (l(x) == 2) map.put(first(x), second(x)); |
5 | } |
6 | ret map; |
7 | } |
Began life as a copy of #1014190
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1016356 |
Snippet name: | parseDoubleArrowMultiMap |
Eternal ID of this version: | #1016356/1 |
Text MD5: | 7eeb67165d1fca799fc5713671038a34 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-06-16 14:25:23 |
Source code size: | 211 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 347 / 399 |
Referenced in: | [show references] |