static TreeSet<S> alternativeCISet() { ret new TreeSet(alternativeCIComparator()); } static TreeSet<S> alternativeCISet(Collection<S> c) { ret addAllAndReturnCollection(alternativeCISet(), c); }
Began life as a copy of #1010709
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1017777 |
Snippet name: | alternativeCISet - keeps different strings separate |
Eternal ID of this version: | #1017777/1 |
Text MD5: | 7f4628aed67032ec101c57262941b89f |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-08-11 07:33:01 |
Source code size: | 205 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 419 / 459 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |