static TreeSet<S> caseInsensitiveSet_treeSet() { ret new TreeSet(caseInsensitiveComparator()); } static TreeSet<S> caseInsensitiveSet_treeSet(Collection<S> c) { ret toCaseInsensitiveSet_treeSet(c); }
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: | 558 / 632 | 
| Version history: | 2 change(s) | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1023206 - ciSet_es |