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

Method keys

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

Returns an array with all keys. @return array

()

Source from the content-addressed store, hash-verified

113 * @return array
114 */
115 public final int[] keys() {
116 return Arrays.copyOfRange(keys, 1, size);
117 }
118
119 @Override
120 public String toString() {

Callers 5

valueMethod · 0.95
valueMethod · 0.95
simplifyForMethod · 0.95
unionMethod · 0.95
addMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected