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

Method key

basex-core/src/main/java/org/basex/util/hash/IntSet.java:78–80  ·  view source on GitHub ↗

Returns the key with the specified index. @param index index of the key (starts with 1) @return key

(final int index)

Source from the content-addressed store, hash-verified

76 * @return key
77 */
78 public final int key(final int index) {
79 return keys[index];
80 }
81
82 /**
83 * Stores the specified key and returns its index,

Callers 7

textMethod · 0.45
prefixMethod · 0.45
uriMethod · 0.45
nameMethod · 0.45
chooseRootMethod · 0.45
initMethod · 0.45
findMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected