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

Method Entry

lib/java/util/Hashtable.java:90–93  ·  view source on GitHub ↗
(K theKey, V theValue)

Source from the content-addressed store, hash-verified

88 final int hashcode;
89
90 Entry(K theKey, V theValue) {
91 super(theKey, theValue);
92 hashcode = theKey.hashCode();
93 }
94
95 @Override
96 @SuppressWarnings("unchecked")

Callers

nothing calls this directly

Calls 1

hashCodeMethod · 0.65

Tested by

no test coverage detected