| 1 | static SS parseDoubleLeftArrowMap(SS map, L<S> l) {
 | 
| 2 |   for (S s : l) {
 | 
| 3 | L<S> x = splitAtDoubleLeftArrow(s); | 
| 4 | if (l(x) == 2) map.put(second(x), first(x)); | 
| 5 | } | 
| 6 | ret map; | 
| 7 | } | 
Began life as a copy of #1014190
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: | #1014238 | 
| Snippet name: | parseDoubleLeftArrowMap | 
| Eternal ID of this version: | #1014238/3 | 
| Text MD5: | a4ca4820cd7608478bb1296396dfb238 | 
| Author: | stefan | 
| Category: | javax / a.i. | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2018-04-17 02:10:30 | 
| Source code size: | 181 bytes / 7 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 600 / 676 | 
| Version history: | 2 change(s) | 
| Referenced in: | [show references] |