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

Method equals

output/java_guava/1.4.16/Sets.java:883–886  ·  view source on GitHub ↗
(@Nullable Object object)

Source from the content-addressed store, hash-verified

881 }
882
883 @Override
884 public boolean equals(@Nullable Object object) {
885 return equalsImpl(this, object);
886 }
887
888 @Override
889 public int hashCode() {

Callers

nothing calls this directly

Calls 1

equalsImplMethod · 0.45

Tested by

no test coverage detected