Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ getKeyHash
Method
getKeyHash
vm/JavaAPI/src/java/util/Hashtable.java:99–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
}
98
99
public
int
getKeyHash() {
100
return
key.hashCode();
101
}
102
103
public
boolean equalsKey(Object aKey,
int
hash) {
104
return
hashcode == aKey.hashCode() && key.equals(aKey);
Callers
1
rehash
Method · 0.45
Calls
1
hashCode
Method · 0.65
Tested by
no test coverage detected