Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1014190 // parseDoubleArrowMap

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2772L/17K).

static SS parseDoubleArrowMap(SS 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;
}

Author comment

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: 365 / 446
Version history: 1 change(s)
Referenced in: [show references]