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

6
LINES

< > BotCompany Repo | #1010436 // collectMapElement

JavaX fragment (include)

static L collectMapElement(Collection<Map> l, O key) {
  new L out;
  if (l != null) for (Map map : l)
    out.add(map.get(key));
  ret out;
}

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: #1010436
Snippet name: collectMapElement
Eternal ID of this version: #1010436/1
Text MD5: ae726ce944d0fdfaac202cdde6fa683a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-17 23:04:35
Source code size: 147 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 384 / 412
Referenced in: [show references]