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

Method sort

basex-core/src/main/java/org/basex/query/util/ft/FTMatch.java:58–60  ·  view source on GitHub ↗

Sorts the matches by their start and end positions.

()

Source from the content-addressed store, hash-verified

56 * Sorts the matches by their start and end positions.
57 */
58 public void sort() {
59 Arrays.sort(list, 0, size, null);
60 }
61
62 @Override
63 protected FTStringMatch[] newArray(final int s) {

Callers 9

filterMethod · 0.95
prepareMethod · 0.45
prepareMethod · 0.45
applyMethod · 0.45
preparePrimitivesMethod · 0.45
unionMethod · 0.45
addMethod · 0.45
normalizeMethod · 0.45
mergeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected