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

6
LINES

< > BotCompany Repo | #1035039 // sortIntArrayInPlaceDesc

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (118L) is out of date.

static int[] sortIntArrayInPlaceDesc(int[] a) {
  if (a == null) null;
  Arrays.sort(a);
  reverseIntArrayInPlace(a);
  ret a;
}

Author comment

Began life as a copy of #1035037

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035039
Snippet name: sortIntArrayInPlaceDesc
Eternal ID of this version: #1035039/4
Text MD5: da25800a64c774e4ce0157bdaa9cb9ca
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-25 21:03:53
Source code size: 133 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 64 / 104
Version history: 3 change(s)
Referenced in: [show references]