MCPcopy Index your code
hub / github.com/antlr/codebuff / asInt

Method asInt

output/java_guava/1.4.17/HashCode.java:56–56  ·  view source on GitHub ↗

Returns the first four bytes of plain #asBytes() this hashcode's bytes, converted to an int value in little-endian order. @throws IllegalStateException if bits() < 32

()

Source from the content-addressed store, hash-verified

54
55
56 public abstract int asInt();
57
58 /**
59 * Returns the first eight bytes of {@linkplain #asBytes() this hashcode's bytes}, converted to a

Callers 3

hashCodeMethod · 0.95
getCoercedIPv4AddressMethod · 0.45
equalsSameBitsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected