static MultiMap<S> parseDoubleArrowMultiMap(MultiMap<S> map, L<S> l) { for (S s : l) { L<S> x = splitAtDoubleArrow_bothDirections(s); if (l(x) == 2) map.put(first(x), second(x)); } ret map; }
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: | 346 / 398 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |