Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ hashCode
Method
hashCode
lib/java/util/TreeMap.java:98–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
}
97
98
@Override
99
public
int
hashCode() {
100
V value = getValue();
101
return
(key == null ? 0 : key.hashCode())
102
^ (value == null ? 0 : value.hashCode());
103
}
104
105
public
V setValue(V object) {
106
if
(node.keys[offset] == key) {
Callers
nothing calls this directly
Calls
2
getValue
Method · 0.95
hashCode
Method · 0.65
Tested by
no test coverage detected