1 | static AlphanumComparator alphaNumComparatorIC_instance; |
2 | |
3 | static Comparator<S> alphaNumComparatorIC() {
|
4 | if (alphaNumComparatorIC_instance == null) {
|
5 | new AlphanumComparator ac; |
6 | ac.ignoreCase = true; |
7 | alphaNumComparatorIC_instance = ac; |
8 | } |
9 | ret alphaNumComparatorIC_instance; |
10 | } |
Began life as a copy of #1017303
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020597 |
| Snippet name: | alphaNumComparatorIC |
| Eternal ID of this version: | #1020597/1 |
| Text MD5: | 17b509eec7be54d4a914dec658b9c22b |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-12-27 21:14:49 |
| Source code size: | 301 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 517 / 571 |
| Referenced in: | [show references] |