| 程序包 | 说明 |
|---|---|
| im.dart.boot.common.extend |
| 限定符和类型 | 方法和说明 |
|---|---|
static Ulid |
Ulid.fast()
Returns a fast new ULID.
|
static Ulid |
Ulid.from(byte[] bytes)
Converts a byte array into a ULID.
|
static Ulid |
Ulid.from(String string)
Converts a canonical string into a ULID.
|
static Ulid |
Ulid.from(UUID uuid)
Converts a UUID into a ULID.
|
Ulid |
Ulid.increment()
Returns a new ULID by incrementing the random component of the current ULID.
|
Ulid |
Ulid.toRfc4122()
Converts the ULID into into another ULID that is compatible with UUIDv4.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
Ulid.compareTo(Ulid that)
Compares two ULIDs as unsigned 128-bit integers.
|
| 构造器和说明 |
|---|
Ulid(Ulid ulid)
Creates a new ULID.
|
Copyright © 2022. All rights reserved.