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

Method equals

output/java_guava/1.4.16/Maps.java:1425–1428  ·  view source on GitHub ↗
(@Nullable Object object)

Source from the content-addressed store, hash-verified

1423 // See java.util.Collections.UnmodifiableEntrySet for details on attacks.
1424
1425 @Override
1426 public boolean equals(@Nullable Object object) {
1427 return Sets.equalsImpl(this, object);
1428 }
1429
1430 @Override
1431 public int hashCode() {

Callers

nothing calls this directly

Calls 1

equalsImplMethod · 0.95

Tested by

no test coverage detected