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

Method hashCode

output/java_guava/1.4.17/ImmutableMultiset.java:309–312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

307 }
308
309 @Override
310 public int hashCode() {
311 return Sets.hashCodeImpl(entrySet());
312 }
313
314 @Override
315 public String toString() {

Callers

nothing calls this directly

Calls 2

hashCodeImplMethod · 0.95
entrySetMethod · 0.95

Tested by

no test coverage detected