Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ equalsKey
Method
equalsKey
lib/java/util/Hashtable.java:119–121 ·
view source on GitHub ↗
(Object aKey, int hash)
Source
from the content-addressed store, hash-verified
117
}
118
119
public
boolean equalsKey(Object aKey,
int
hash) {
120
return
hashcode == aKey.hashCode() && key.equals(aKey);
121
}
122
123
@Override
124
public
String toString() {
Callers
4
get
Method · 0.80
getEntry
Method · 0.80
put
Method · 0.80
remove
Method · 0.80
Calls
2
hashCode
Method · 0.65
equals
Method · 0.65
Tested by
no test coverage detected