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

Method sort

basex-core/src/main/java/org/basex/util/list/StringList.java:51–53  ·  view source on GitHub ↗

Sorts the elements in ascending order, using the standard options. @return self reference

()

Source from the content-addressed store, hash-verified

49 * @return self reference
50 */
51 public StringList sort() {
52 return sort(true);
53 }
54
55 /**
56 * Sorts the elements in ascending order.

Callers 7

listMethod · 0.95
backupsMethod · 0.95
completeMethod · 0.95
pathsMethod · 0.95
entriesMethod · 0.95
infoMethod · 0.95
languagesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected