Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ equal
Method
equal
classpath/java/util/HashMap.java:267–267 ·
view source on GitHub ↗
(K a, K b)
Source
from the content-addressed store, hash-verified
265
public
int
hash(K key);
266
267
public
boolean equal(K a, K b);
268
}
269
270
private
static
class
MyCell<K, V> implements Cell<K, V> {
Callers
6
main
Method · 0.65
contains
Method · 0.65
remove
Method · 0.65
find
Method · 0.65
containsValue
Method · 0.65
removeCell
Method · 0.65
Implementers
1
MyHelper
classpath/java/util/IdentityHashMap.ja
Calls
no outgoing calls
Tested by
1
main
Method · 0.52