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

Method hashCode

output/java_guava/1.4.16/TreeRangeSet.java:100–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 }
99
100 @Override
101 public int hashCode() {
102 return Sets.hashCodeImpl(this);
103 }
104
105 @Override
106 public boolean equals(@Nullable Object o) {

Callers

nothing calls this directly

Calls 1

hashCodeImplMethod · 0.95

Tested by

no test coverage detected