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

Method equals

corpus/java/training/guava/collect/ImmutableMap.java:613–616  ·  view source on GitHub ↗
(@Nullable Object object)

Source from the content-addressed store, hash-verified

611 }
612
613 @Override
614 public boolean equals(@Nullable Object object) {
615 return Maps.equalsImpl(this, object);
616 }
617
618 abstract boolean isPartialView();
619

Callers

nothing calls this directly

Calls 1

equalsImplMethod · 0.95

Tested by

no test coverage detected