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

Method standardHashCode

output/java_guava/1.4.17/ForwardingSet.java:105–107  ·  view source on GitHub ↗

A sensible definition of #hashCode in terms of #iterator. If you override #iterator, you may wish to override #equals to forward to this implementation. @since 7.0

()

Source from the content-addressed store, hash-verified

103
104
105 protected int standardHashCode() {
106 return Sets.hashCodeImpl(this);
107 }
108}

Callers

nothing calls this directly

Calls 1

hashCodeImplMethod · 0.95

Tested by

no test coverage detected