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

Method hashCode

output/java_guava/1.4.16/ImmutableMap.java:645–648  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

643 abstract boolean isPartialView();
644
645 @Override
646 public int hashCode() {
647 return Sets.hashCodeImpl(entrySet());
648 }
649
650 boolean isHashCodeFast() {
651 return false;

Callers

nothing calls this directly

Calls 2

hashCodeImplMethod · 0.95
entrySetMethod · 0.95

Tested by

no test coverage detected