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

3
LINES

< > BotCompany Repo | #1011055 // uniquify - synonym of uniquifyList - keep order & remove duplicates

JavaX fragment (include)

static <A> L<A> uniquify(Collection<A> l) {
  ret uniquifyList(l);
}

Author comment

Began life as a copy of #1006315

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1011055
Snippet name: uniquify - synonym of uniquifyList - keep order & remove duplicates
Eternal ID of this version: #1011055/1
Text MD5: 103d213dc544945903af56f6d5dfd978
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-12 00:02:58
Source code size: 70 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 499 / 533
Referenced in: [show references]