static AlphanumComparator alphaNumComparatorIC_instance; static Comparator<S> alphaNumComparatorIC() { if (alphaNumComparatorIC_instance == null) { new AlphanumComparator ac; ac.ignoreCase = true; alphaNumComparatorIC_instance = ac; } ret alphaNumComparatorIC_instance; }
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: | 285 / 322 |
Referenced in: | [show references] |