| 1 | static TreeSet<S> asCISet(Iterable<S> c) {
 | 
| 2 | ret toCaseInsensitiveSet(c); | 
| 3 | } | 
| 4 | |
| 5 | static TreeSet<S> asCISet(S... x) {
 | 
| 6 | ret toCaseInsensitiveSet(x); | 
| 7 | } | 
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: | 733 / 796 | 
| Version history: | 3 change(s) | 
| Referenced in: | [show references] |