MCPcopy 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

findMethod · 0.65
removeCellMethod · 0.65

Implementers 1

MyHelperclasspath/java/util/IdentityHashMap.ja

Calls

no outgoing calls

Tested by

no test coverage detected