MCPcopy Create free account
hub / github.com/ReadyTalk/avian / hashCode

Method hashCode

classpath/java/util/LinkedHashMap.java:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 public int hashCode() {
28 return key.hashCode();
29 }
30 }
31
32 private LinkedKey first, last;

Callers

nothing calls this directly

Calls 1

hashCodeMethod · 0.65

Tested by

no test coverage detected