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

Method equals

output/java_guava/1.4.17/AbstractNetwork.java:48–54  ·  view source on GitHub ↗
(@Nullable Object object)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

equalMethod · 0.95

Tested by

no test coverage detected