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

3
LINES

< > BotCompany Repo | #1014137 // nullIfInSet

JavaX fragment (include)

static <A> A nullIfInSet(Set<A> set, A a) {
  ret contains(set, a) ? null : a;
}

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: #1014137
Snippet name: nullIfInSet
Eternal ID of this version: #1014137/1
Text MD5: 02d6fd1104498f81b0a72eb153a933bf
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-11 05:35:20
Source code size: 82 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 270 / 298
Referenced in: [show references]