Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ equalsKey
Method
equalsKey
vm/JavaAPI/src/java/util/Hashtable.java:103–105 ·
view source on GitHub ↗
(Object aKey, int hash)
Source
from the content-addressed store, hash-verified
101
}
102
103
public
boolean equalsKey(Object aKey,
int
hash) {
104
return
hashcode == aKey.hashCode() && key.equals(aKey);
105
}
106
107
@Override
108
public
String toString() {
Callers
4
get
Method · 0.45
getEntry
Method · 0.45
put
Method · 0.45
remove
Method · 0.45
Calls
2
hashCode
Method · 0.65
equals
Method · 0.65
Tested by
no test coverage detected