| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getValueBigInteger()
Positive value.
|
byte[] |
getValueBytesBigEndian()
Big endian is the default in Java / network byte order.
|
byte[] |
getValueBytesLittleEndian()
Big endian is used by most machines natively.
|
String |
getValueHexString()
Padded with leading 0s to ensure length of 32.
|
long |
getValueHigh()
Returns the higher 64 bits of the 128 bit hash.
|
long getValueHigh()
BigInteger getValueBigInteger()
String getValueHexString()
byte[] getValueBytesBigEndian()
byte[] getValueBytesLittleEndian()
Copyright © 2016. All rights reserved.