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

Method sort

basex-core/src/main/java/org/basex/util/list/TokenList.java:88–90  ·  view source on GitHub ↗

Sorts the elements. @return self reference

()

Source from the content-addressed store, hash-verified

86 * @return self reference
87 */
88 public TokenList sort() {
89 return sort(true);
90 }
91
92 /**
93 * Sorts the elements.

Callers 3

idsMethod · 0.95
valueMethod · 0.95
descMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected