MCPcopy Create free account
hub / github.com/davidgiven/luje / sort

Method sort

lib/java/util/Arrays.java:1641–1643  ·  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

1639 * the {@code byte} array to be sorted.
1640 */
1641 public static void sort(byte[] array) {
1642 sort(0, array.length, array);
1643 }
1644
1645 /**
1646 * Sorts the specified range in the array in ascending numerical order.

Callers 1

sortMethod · 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

no test coverage detected