MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / equalsKey

Method equalsKey

vm/JavaAPI/src/java/util/Hashtable.java:103–105  ·  view source on GitHub ↗
(Object aKey, int hash)

Source from the content-addressed store, hash-verified

101 }
102
103 public boolean equalsKey(Object aKey, int hash) {
104 return hashcode == aKey.hashCode() && key.equals(aKey);
105 }
106
107 @Override
108 public String toString() {

Callers 4

getMethod · 0.45
getEntryMethod · 0.45
putMethod · 0.45
removeMethod · 0.45

Calls 2

hashCodeMethod · 0.65
equalsMethod · 0.65

Tested by

no test coverage detected