パッケージ | 説明 |
---|---|
ome.util.checksum |
修飾子とタイプ | メソッドと説明 |
---|---|
static HashCode |
HashCode.fromBytes(byte[] bytes)
Creates a
HashCode from a byte array. |
static HashCode |
HashCode.fromInt(int hash)
Creates a 32-bit
HashCode representation of the given int value. |
static HashCode |
HashCode.fromLong(long hash)
Creates a 64-bit
HashCode representation of the given long value. |
static HashCode |
HashCode.fromString(java.lang.String string)
Creates a
HashCode from a hexadecimal (base 16 ) encoded string. |