MCPcopy 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

mainMethod · 0.65
containsMethod · 0.65
removeMethod · 0.65
findMethod · 0.65
containsValueMethod · 0.65
removeCellMethod · 0.65

Implementers 1

MyHelperclasspath/java/util/IdentityHashMap.ja

Calls

no outgoing calls

Tested by 1

mainMethod · 0.52