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

9
LINES

< > BotCompany Repo | #1002195 // getHashSet - more like: collectHashSet

JavaX fragment (include)

static Set getHashSet(L l, S field) {
  new HashSet set;
  for (O o : l) {
    O x = cast getOpt(o, field);
    if (x != null)
      set.add(x);
  }
  ret set;
}

Author comment

Began life as a copy of #1002111

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: #1002195
Snippet name: getHashSet - more like: collectHashSet
Eternal ID of this version: #1002195/2
Text MD5: 2a2253e92f9bf244791cce450a9ba3fe
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-20 00:53:25
Source code size: 169 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 500 / 758
Version history: 1 change(s)
Referenced in: [show references]