Returns whether this HashCode and that HashCode have the same value, given that they have the same number of bits.
(HashCode that)
| 122 | */ |
| 123 | |
| 124 | abstract boolean equalsSameBits(HashCode that); |
| 125 | |
| 126 | /** |
| 127 | * Creates a 32-bit {@code HashCode} representation of the given int value. The underlying bytes |