@Immutable @ParametersAreNonnullByDefault public interface HashCode extends Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
bits()
Returns the number of bits in this hash code; a positive multiple of 8.
|
byte[] |
toBytes()
Returns the value of this hash code as a byte array.
|
String |
toHexString()
Returns the literal representation of this hash code.
|
long |
toLong()
Returns the long representation of this hash code.
|
@Nonnegative int bits()
@Nonnull byte[] toBytes()
long toLong()
Copyright © 2017–2019 Atlanmod. All rights reserved.