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

Method hashCode

output/java_guava/1.4.19/ImmutableMap.java:646–649  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

hashCodeImplMethod · 0.95
entrySetMethod · 0.95

Tested by

no test coverage detected