public class HashCode
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
asBytes() |
|
int |
asInt() |
|
long |
asLong() |
|
static HashCode |
of(int hashCode) |
|
java.lang.String |
toString() |
public static HashCode of(int hashCode)
public byte[] asBytes()
public int asInt()
public long asLong()
public java.lang.String toString()
toString in class java.lang.Object