Libraryless. Click here for Pure Java version (2772L/17K).
1 | static SS parseDoubleArrowMap(SS 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 #1014150
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: | #1014190 |
| Snippet name: | parseDoubleArrowMap |
| Eternal ID of this version: | #1014190/2 |
| Text MD5: | daedb2a3cde4d7b00badaf816d62cef7 |
| Transpilation MD5: | 9f0925d3d383847eee50353e9ea4eba3 |
| 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:01:51 |
| Source code size: | 188 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 674 / 820 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |