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

Method equals

corpus/java/training/guava/collect/Maps.java:1439–1446  ·  view source on GitHub ↗
(@Nullable Object object)

Source from the content-addressed store, hash-verified

1437 }
1438
1439 @Override
1440 public boolean equals(@Nullable Object object) {
1441 if (object instanceof BiMapConverter) {
1442 BiMapConverter<?, ?> that = (BiMapConverter<?, ?>) object;
1443 return this.bimap.equals(that.bimap);
1444 }
1445 return false;
1446 }
1447
1448 @Override
1449 public int hashCode() {

Callers

nothing calls this directly

Calls 1

equalsMethod · 0.65

Tested by

no test coverage detected