1 | static new CIComparator_lower caseInsensitiveComparator_lower_instance; |
2 | |
3 | static Comparator<S> caseInsensitiveComparator_lower() { |
4 | ret caseInsensitiveComparator_lower_instance; |
5 | } |
6 | |
7 | sclass CIComparator_lower implements Comparator<S> { |
8 | public int compare(S a, S b) { |
9 | ret compareIgnoreCase_lower(a, b); |
10 | } |
11 | } |
Began life as a copy of #1013127
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1013289 |
Snippet name: | caseInsensitiveComparator_lower |
Eternal ID of this version: | #1013289/1 |
Text MD5: | e767b979a9347e879483d494ea18cfda |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-12-31 07:40:46 |
Source code size: | 321 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 542 / 554 |
Referenced in: | [show references] |