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

7
LINES

< > BotCompany Repo | #1022995 // caseInsensitiveSet_treeSet - old version

JavaX fragment (include)

static TreeSet<S> caseInsensitiveSet_treeSet() {
  ret new TreeSet(caseInsensitiveComparator());
}

static TreeSet<S> caseInsensitiveSet_treeSet(Collection<S> c) {
  ret toCaseInsensitiveSet_treeSet(c);
}

Author comment

Began life as a copy of #1010709

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1022995
Snippet name: caseInsensitiveSet_treeSet - old version
Eternal ID of this version: #1022995/3
Text MD5: fb1ac03c516958bbf29c2539489ec320
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-04-19 23:35:14
Source code size: 210 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 229 / 320
Version history: 2 change(s)
Referenced in: [show references]