Returns true if the hashCode() method runs quickly.
()
| 335 | /** Returns {@code true} if the {@code hashCode()} method runs quickly. */ |
| 336 | |
| 337 | boolean isHashCodeFast() { |
| 338 | return false; |
| 339 | } |
| 340 | |
| 341 | @Override |
| 342 | public boolean equals(@Nullable Object object) { |