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

Method equals

output/java_guava/1.4.17/AbstractTable.java:207–210  ·  view source on GitHub ↗
(@Nullable Object obj)

Source from the content-addressed store, hash-verified

205 }
206
207 @Override
208 public boolean equals(@Nullable Object obj) {
209 return Tables.equalsImpl(this, obj);
210 }
211
212 @Override
213 public int hashCode() {

Callers

nothing calls this directly

Calls 1

equalsImplMethod · 0.95

Tested by

no test coverage detected