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

5
LINES

< > BotCompany Repo | #1004961 // sortedIgnoreCase

JavaX fragment (include)

static L<S> sortedIgnoreCase(Collection<S> c) {
  L<S> l = cloneList(c);
  Collections.sort(l, caseInsensitiveComparator());
  ret l;
}

Author comment

Began life as a copy of #1003400

download  show line numbers  debug dex  old transpilations   

Travelled to 17 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1004961
Snippet name: sortedIgnoreCase
Eternal ID of this version: #1004961/3
Text MD5: 93958d391586ce3514482264fc3e107b
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-21 14:30:25
Source code size: 141 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 611 / 632
Version history: 2 change(s)
Referenced in: [show references]