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

Method equals

output/java_guava/1.4.18/ImmutableList.java:603–606  ·  view source on GitHub ↗
(@Nullable Object obj)

Source from the content-addressed store, hash-verified

601 }
602
603 @Override
604 public boolean equals(@Nullable Object obj) {
605 return Lists.equalsImpl(this, obj);
606 }
607
608 @Override
609 public int hashCode() {

Callers

nothing calls this directly

Calls 1

equalsImplMethod · 0.95

Tested by

no test coverage detected