Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ hash
Method
hash
classpath/java/util/HashMap.java:265–265 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
263
public
Cell<K, V> make(K key, V value, Cell<K, V> next);
264
265
public
int
hash(K key);
266
267
public
boolean equal(K a, K b);
268
}
Callers
2
find
Method · 0.65
removeCell
Method · 0.65
Implementers
1
MyHelper
classpath/java/util/IdentityHashMap.ja
Calls
no outgoing calls
Tested by
no test coverage detected