(@Nullable Object object)
| 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() { |
nothing calls this directly
no test coverage detected