MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / sort

Method sort

vm/JavaAPI/src/java/util/Arrays.java:1876–1878  ·  view source on GitHub ↗

Sorts the specified array in ascending numerical order. @param array the byte array to be sorted.

(byte[] array)

Source from the content-addressed store, hash-verified

1874 * the {@code byte} array to be sorted.
1875 */
1876 public static void sort(byte[] array) {
1877 sort(0, array.length, array);
1878 }
1879
1880 /**
1881 * Sorts the specified range in the array in ascending numerical order.

Callers 15

updatePairsMethod · 0.95
initTableMethod · 0.95
segmentMethod · 0.95
getSelectedIndicesMethod · 0.95
saveMethod · 0.95
pickMainScreenFormMethod · 0.95
initImagesComboBoxMethod · 0.95
ConstantEditorMethod · 0.95
actionPerformedMethod · 0.95

Calls 7

checkBoundsMethod · 0.95
med3Method · 0.95
lessThanMethod · 0.95
isSameMethod · 0.95
stableStringSortMethod · 0.95
arraycopyMethod · 0.95
mergeSortMethod · 0.95

Tested by 1

prepareTestsMethod · 0.76