public class Ulid extends Object
| Constructor and Description |
|---|
Ulid() |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull String |
next() |
static @NotNull String |
next(long time) |
static @NotNull String |
next(long time,
Random random) |
static @NotNull String |
next(Random random) |
static void |
next(@NotNull StringBuilder buff) |
static void |
next(@NotNull StringBuilder buff,
long time) |
static void |
next(@NotNull StringBuilder buff,
long time,
Random random) |
static void |
next(@NotNull StringBuilder buff,
Random random) |
@NotNull public static @NotNull String next()
@NotNull public static @NotNull String next(long time)
public static void next(@NotNull
@NotNull StringBuilder buff)
public static void next(@NotNull
@NotNull StringBuilder buff,
Random random)
public static void next(@NotNull
@NotNull StringBuilder buff,
long time)
public static void next(@NotNull
@NotNull StringBuilder buff,
long time,
Random random)
Copyright © 2023. All rights reserved.