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

Method getBytesInternal

output/java_guava/1.4.16/HashCode.java:115–117  ·  view source on GitHub ↗

Returns a mutable view of the underlying bytes for the given HashCode if it is a byte-based hashcode. Otherwise it returns HashCode#asBytes. Do not mutate this array or else you will break the immutability contract of HashCode.

()

Source from the content-addressed store, hash-verified

113 */
114
115 byte[] getBytesInternal() {
116 return asBytes();
117 }
118
119 /**
120 * Returns whether this {@code HashCode} and that {@code HashCode} have the same value, given that

Callers 5

hashCodeMethod · 0.95
toStringMethod · 0.95
putMethod · 0.45
mightContainMethod · 0.45
equalsSameBitsMethod · 0.45

Calls 1

asBytesMethod · 0.95

Tested by

no test coverage detected