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

7
LINES

< > BotCompany Repo | #1013120 // asCISet - synonym of toCaseInsensitiveSet

JavaX fragment (include)

static TreeSet<S> asCISet(Iterable<S> c) {
  ret toCaseInsensitiveSet(c);
}

static TreeSet<S> asCISet(S... x) {
  ret toCaseInsensitiveSet(x);
}

Author comment

Began life as a copy of #1011202

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1013120
Snippet name: asCISet - synonym of toCaseInsensitiveSet
Eternal ID of this version: #1013120/4
Text MD5: 4cbb36c3b770ffb81586faf92e18601e
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-10 17:08:43
Source code size: 151 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 385 / 447
Version history: 3 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)