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

Method equals

output/java_guava/1.4.17/TreeRangeSet.java:105–108  ·  view source on GitHub ↗
(@Nullable Object o)

Source from the content-addressed store, hash-verified

103 }
104
105 @Override
106 public boolean equals(@Nullable Object o) {
107 return Sets.equalsImpl(this, o);
108 }
109 }
110
111 @Override

Callers

nothing calls this directly

Calls 1

equalsImplMethod · 0.95

Tested by

no test coverage detected