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

Method sort

Ports/CLDC11/src/java/util/Arrays.java:2018–2020  ·  view source on GitHub ↗
(byte[] array)

Source from the content-addressed store, hash-verified

2016 ///
2017 /// - `array`: the `byte` array to be sorted.
2018 public static void sort(byte[] array) {
2019 sort(0, array.length, array);
2020 }
2021
2022 /// Sorts the specified range in the array in ascending numerical order.
2023 ///

Callers 3

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