Warning: session_start(): open(/var/lib/php/sessions/sess_pefpb5sh2ha9odn02evpnhj2a8, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
alphaNumComparatorIC [1020597]

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: 705 / 744
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)