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

9
LINES

< > BotCompany Repo | #1012946 // alternativeCIComparator - keeps different strings different - see compareIgnoreCase_keepSeparate

JavaX fragment (include)

static Comparator<S> alternativeCIComparator_instance = new Comparator<S>() {
  public int compare(S a, S b) {
    ret compareIgnoreCase_keepSeparate(a, b);
  }
};

static Comparator<S> alternativeCIComparator() {
  ret alternativeCIComparator_instance;
}

Author comment

Began life as a copy of #1012606

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: #1012946
Snippet name: alternativeCIComparator - keeps different strings different - see compareIgnoreCase_keepSeparate
Eternal ID of this version: #1012946/1
Text MD5: 12bf95e796286f9426c7f3f431197c8f
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-18 17:04:16
Source code size: 263 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 302 / 354
Referenced in: [show references]