MCPcopy Create free account
hub / github.com/davidgiven/luje / equalsKey

Method equalsKey

lib/java/util/Hashtable.java:119–121  ·  view source on GitHub ↗
(Object aKey, int hash)

Source from the content-addressed store, hash-verified

117 }
118
119 public boolean equalsKey(Object aKey, int hash) {
120 return hashcode == aKey.hashCode() && key.equals(aKey);
121 }
122
123 @Override
124 public String toString() {

Callers 4

getMethod · 0.80
getEntryMethod · 0.80
putMethod · 0.80
removeMethod · 0.80

Calls 2

hashCodeMethod · 0.65
equalsMethod · 0.65

Tested by

no test coverage detected