| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.id |
| 限定符和类型 | 方法和说明 |
|---|---|
static Ulid.Value |
Ulid.fromBytes(byte[] data) |
Ulid.Value |
Ulid.Value.increment() |
Ulid.Value |
Ulid.nextMonotonicValue(Ulid.Value previousUlid)
Returns the next monotonic value.
|
Ulid.Value |
Ulid.nextMonotonicValue(Ulid.Value previousUlid,
long timestamp)
Returns the next monotonic value.
|
Ulid.Value |
Ulid.nextStrictlyMonotonicValue(Ulid.Value previousUlid)
Returns the next monotonic value or empty if an overflow happened while incrementing
the random part of the given previous ULID value.
|
Ulid.Value |
Ulid.nextStrictlyMonotonicValue(Ulid.Value previousUlid,
long timestamp)
Returns the next monotonic value or empty if an overflow happened while incrementing
the random part of the given previous ULID value.
|
Ulid.Value |
Ulid.nextValue() |
Ulid.Value |
Ulid.nextValue(long timestamp) |
static Ulid.Value |
Ulid.parseULID(String ulidString) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
Ulid.Value.compareTo(Ulid.Value val) |
Ulid.Value |
Ulid.nextMonotonicValue(Ulid.Value previousUlid)
Returns the next monotonic value.
|
Ulid.Value |
Ulid.nextMonotonicValue(Ulid.Value previousUlid,
long timestamp)
Returns the next monotonic value.
|
Ulid.Value |
Ulid.nextStrictlyMonotonicValue(Ulid.Value previousUlid)
Returns the next monotonic value or empty if an overflow happened while incrementing
the random part of the given previous ULID value.
|
Ulid.Value |
Ulid.nextStrictlyMonotonicValue(Ulid.Value previousUlid,
long timestamp)
Returns the next monotonic value or empty if an overflow happened while incrementing
the random part of the given previous ULID value.
|
Copyright © 2022. All rights reserved.