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

Method hashCode

output/java_guava/1.4.16/ImmutableSet.java:353–356  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

351 }
352
353 @Override
354 public int hashCode() {
355 return Sets.hashCodeImpl(this);
356 }
357
358 // This declaration is needed to make Set.iterator() and
359 // ImmutableCollection.iterator() consistent.

Callers 1

equalsMethod · 0.95

Calls 1

hashCodeImplMethod · 0.95

Tested by

no test coverage detected