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)

1  
static Comparator<S> alternativeCIComparator_instance = new Comparator<S>() {
2  
  public int compare(S a, S b) {
3  
    ret compareIgnoreCase_keepSeparate(a, b);
4  
  }
5  
};
6  
7  
static Comparator<S> alternativeCIComparator() {
8  
  ret alternativeCIComparator_instance;
9  
}

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