Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ getKeyHash
Method
getKeyHash
lib/java/util/Hashtable.java:115–117 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
}
114
115
public
int
getKeyHash() {
116
return
key.hashCode();
117
}
118
119
public
boolean equalsKey(Object aKey,
int
hash) {
120
return
hashcode == aKey.hashCode() && key.equals(aKey);
Callers
1
rehash
Method · 0.80
Calls
1
hashCode
Method · 0.65
Tested by
no test coverage detected