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

9
LINES

< > BotCompany Repo | #1012369 // sortedInPlace

JavaX fragment (include)

static <A> L<A> sortedInPlace(L<A> l, final O comparator) {
  sort(l, makeComparator(comparator));
  ret l;
}

static <A> L<A> sortedInPlace(L<A> l) {
  sort(l);
  ret l;
}

Author comment

Began life as a copy of #1003400

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1012369
Snippet name: sortedInPlace
Eternal ID of this version: #1012369/3
Text MD5: aba1feecfe5b04cc3f29adfd8d32ef09
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-28 23:43:12
Source code size: 180 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 413 / 440
Version history: 2 change(s)
Referenced in: [show references]