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

7
LINES

< > BotCompany Repo | #1010709 // caseInsensitiveSet - did not switch to CISet after all

JavaX fragment (include)

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

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

Author comment

Began life as a copy of #1009527

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1010709
Snippet name: caseInsensitiveSet - did not switch to CISet after all
Eternal ID of this version: #1010709/7
Text MD5: dc66efa598fd672ad820aeaaad1c66b9
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:38:22
Source code size: 180 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 412 / 487
Version history: 6 change(s)
Referenced in: [show references]