public static class Ulid.Value extends Object implements Comparable<Ulid.Value>, Serializable
| 构造器和说明 |
|---|
Value(long mostSignificantBits,
long leastSignificantBits) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 Comparable<Ulid.Value>Copyright © 2022. All rights reserved.