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

Method equalsSameBits

output/java_guava/1.4.19/HashCode.java:124–124  ·  view source on GitHub ↗

Returns whether this HashCode and that HashCode have the same value, given that they have the same number of bits.

(HashCode that)

Source from the content-addressed store, hash-verified

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

Callers 1

equalsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected