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

Method add

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

Adds a token. @param element element to be added @return self reference

(final byte[] element)

Source from the content-addressed store, hash-verified

41 * @return self reference
42 */
43 public StringList add(final byte[] element) {
44 return add(Token.string(element));
45 }
46
47 /**
48 * Sorts the elements in ascending order, using the standard options.

Callers 15

initMethod · 0.95
timingMethod · 0.95
queryStringsMethod · 0.95
getMethod · 0.95
checkParsedMethod · 0.95
itemMethod · 0.95
listResourcesMethod · 0.95
runMethod · 0.95
ckDBsMethod · 0.95
dataMethod · 0.95
lcMethod · 0.95
dbFilesMethod · 0.95

Calls 1

stringMethod · 0.95

Tested by 9

initMethod · 0.76
runMethod · 0.76
ckDBsMethod · 0.76
dataMethod · 0.76
lcMethod · 0.76
insertIntoMethod · 0.76
addCollectionMethod · 0.76
assertXMLMethod · 0.76
runMethod · 0.76