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

Method capacity

basex-core/src/main/java/org/basex/util/hash/ASet.java:104–106  ·  view source on GitHub ↗

Returns the current array capacity. @return array capacity

()

Source from the content-addressed store, hash-verified

102 * @return array capacity
103 */
104 public final int capacity() {
105 return next.length;
106 }
107
108 /**
109 * Returns a hash code for the entry at the specified index.

Callers 15

checkCapacityMethod · 0.95
buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80
QNmSetMethod · 0.80
indexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected