| 1 | static TreeSet<S> caseInsensitiveSet_treeSet() {
 | 
| 2 | ret new TreeSet(caseInsensitiveComparator()); | 
| 3 | } | 
| 4 | |
| 5 | static TreeSet<S> caseInsensitiveSet_treeSet(Collection<S> c) {
 | 
| 6 | ret toCaseInsensitiveSet_treeSet(c); | 
| 7 | } | 
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: | 557 / 632 | 
| Version history: | 2 change(s) | 
| Referenced in: | [show references] |