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

Method hashCode

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

Returns a hash code for the entry at the specified index. @param index index of the entry @return hash value

(int index)

Source from the content-addressed store, hash-verified

111 * @return hash value
112 */
113 protected abstract int hashCode(int index);
114
115 /**
116 * Rehashes all entries.

Callers 1

checkCapacityMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected