MCPcopy Index your code
hub / github.com/antlr/codebuff / equals

Method equals

output/java_guava/1.4.17/AbstractGraph.java:50–56  ·  view source on GitHub ↗
(@Nullable Object object)

Source from the content-addressed store, hash-verified

48 }
49
50 @Override
51 public boolean equals(@Nullable Object object) {
52 if (!(object instanceof Graph)) {
53 return false;
54 }
55 return Graphs.equal(this, (Graph<?>) object);
56 }
57
58 @Override
59 public int hashCode() {

Callers

nothing calls this directly

Calls 1

equalMethod · 0.95

Tested by

no test coverage detected