MCPcopy Create free account
hub / github.com/BaseXdb/basex / sort

Method sort

basex-core/src/main/java/org/basex/util/list/IntList.java:267–270  ·  view source on GitHub ↗

Sorts the data. @return self reference

()

Source from the content-addressed store, hash-verified

265 * @return self reference
266 */
267 public IntList sort() {
268 Arrays.sort(list, 0, size);
269 return this;
270 }
271
272 /**
273 * Sorts the data in the order of the specified token array.

Callers 10

getMethod · 0.95
docsMethod · 0.95
iterMethod · 0.95
addMethod · 0.95
idRangeMethod · 0.95
createOrderMethod · 0.95
ddoMethod · 0.95
createOrderMethod · 0.95
TokenizerClass · 0.45
StemmerClass · 0.45

Calls 5

cmpNumMethod · 0.95
cmpMethod · 0.95
swapMethod · 0.95
medianMethod · 0.95
minMethod · 0.45

Tested by 1

getMethod · 0.76