public class ULID
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ULID.Value |
| Modifier and Type | Method and Description |
|---|---|
void |
appendULID(java.lang.StringBuilder stringBuilder) |
static ULID.Value |
fromBytes(byte[] data) |
java.lang.String |
nextULID() |
ULID.Value |
nextValue() |
static ULID.Value |
parseULID(java.lang.String ulidString) |
public void appendULID(java.lang.StringBuilder stringBuilder)
public java.lang.String nextULID()
public ULID.Value nextValue()
public static ULID.Value parseULID(java.lang.String ulidString)
public static ULID.Value fromBytes(byte[] data)