Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

10
LINES

< > BotCompany Repo | #1020597 // alphaNumComparatorIC

JavaX fragment (include)

static AlphanumComparator alphaNumComparatorIC_instance;

static Comparator<S> alphaNumComparatorIC() {
  if (alphaNumComparatorIC_instance == null) {
    new AlphanumComparator ac;
    ac.ignoreCase = true;
    alphaNumComparatorIC_instance = ac;
  }
  ret alphaNumComparatorIC_instance;
}

Author comment

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: 213 / 248
Referenced in: [show references]