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

7
LINES

< > BotCompany Repo | #1014238 // parseDoubleLeftArrowMap

JavaX fragment (include)

static SS parseDoubleLeftArrowMap(SS map, L<S> l) {
  for (S s : l) {
    L<S> x = splitAtDoubleLeftArrow(s);
    if (l(x) == 2) map.put(second(x), first(x));
  }
  ret map;
}

Author comment

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: 303 / 379
Version history: 2 change(s)
Referenced in: [show references]