Uses of Class
com.github.f4b6a3.ulid.Ulid
-
Uses of Ulid in com.github.f4b6a3.ulid
Fields in com.github.f4b6a3.ulid declared as UlidModifier and TypeFieldDescriptionstatic final UlidUlid.MAXA special ULID that has all 128 bits set to ONE.static final UlidUlid.MINA special ULID that has all 128 bits set to ZERO.Methods in com.github.f4b6a3.ulid that return UlidModifier and TypeMethodDescriptionUlidFactory.create()Returns a new ULID.UlidFactory.create(long time) Returns a new ULID.static UlidUlid.fast()Returns a fast new ULID.static UlidUlid.from(byte[] bytes) Converts a byte array into a ULID.static UlidConverts a canonical string into a ULID.static UlidConverts a UUID into a ULID.static UlidUlidCreator.getHashUlid(long time, byte[] bytes) Returns a Hash ULID.static UlidUlidCreator.getHashUlid(long time, String string) Returns a Hash ULID.static UlidUlidCreator.getMonotonicUlid()Returns a Monotonic ULID.static UlidUlidCreator.getMonotonicUlid(long time) Returns a Monotonic ULID.static UlidUlidCreator.getUlid()Returns a ULID.static UlidUlidCreator.getUlid(long time) Returns a ULID.Ulid.increment()Returns a new ULID by incrementing the random component of the current ULID.static UlidUlid.max(long time) Returns the maximum ULID for a given time.static UlidUlid.min(long time) Returns the minimum ULID for a given time.Ulid.toRfc4122()Converts the ULID into another ULID that is compatible with UUIDv4.Methods in com.github.f4b6a3.ulid with parameters of type UlidModifier and TypeMethodDescriptionintCompares two ULIDs as unsigned 128-bit integers.Constructors in com.github.f4b6a3.ulid with parameters of type Ulid