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

Method hashCode

lib/java/util/MapEntry.java:73–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 }
72
73 @Override
74 public int hashCode() {
75 return (key == null ? 0 : key.hashCode())
76 ^ (value == null ? 0 : value.hashCode());
77 }
78
79 public V setValue(V object) {
80 V result = value;

Callers

nothing calls this directly

Calls 1

hashCodeMethod · 0.65

Tested by

no test coverage detected