MCPcopy Create free account
hub / github.com/antlr/codebuff / hashCode

Method hashCode

output/java_guava/1.4.18/Maps.java:588–591  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

586 }
587
588 @Override
589 public int hashCode() {
590 return Objects.hashCode(entriesOnlyOnLeft(), entriesOnlyOnRight(), entriesInCommon(), entriesDiffering());
591 }
592
593 @Override
594 public String toString() {

Callers

nothing calls this directly

Calls 5

hashCodeMethod · 0.95
entriesOnlyOnLeftMethod · 0.95
entriesOnlyOnRightMethod · 0.95
entriesInCommonMethod · 0.95
entriesDifferingMethod · 0.95

Tested by

no test coverage detected