public static class ULID.Value extends Object implements Comparable<ULID.Value>, Serializable
| Constructor and Description |
|---|
Value(long mostSignificantBits,
long leastSignificantBits) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ULID.Value val) |
boolean |
equals(Object o) |
long |
getLeastSignificantBits()
Returns the least significant 64 bits of this ULID's 128 bit value.
|
long |
getMostSignificantBits()
Returns the most significant 64 bits of this ULID's 128 bit value.
|
int |
hashCode() |
ULID.Value |
increment() |
long |
timestamp() |
byte[] |
toBytes() |
String |
toString() |
public long getMostSignificantBits()
public long getLeastSignificantBits()
public long timestamp()
public byte[] toBytes()
public ULID.Value increment()
public int compareTo(ULID.Value val)
compareTo in interface Comparable<ULID.Value>Copyright © 2024. All rights reserved.