Uses of Class
com.github.f4b6a3.ulid.Ulid
-
Packages that use Ulid Package Description com.github.f4b6a3.ulid com.github.f4b6a3.ulid.factory -
-
Uses of Ulid in com.github.f4b6a3.ulid
Methods in com.github.f4b6a3.ulid that return Ulid Modifier and Type Method Description static UlidUlid. from(byte[] bytes)Converts a byte array into a ULID.static UlidUlid. from(String string)Converts a canonical string into a ULID.static UlidUlid. from(UUID uuid)Converts a UUID into a ULID.static UlidUlidCreator. getMonotonicUlid()Returns a Monotonic ULID.static UlidUlidCreator. getMonotonicUlid(long time)Returns a Monotonic ULID with a specific time.static UlidUlidCreator. getUlid()Returns a ULID.static UlidUlidCreator. getUlid(long time)Returns a ULID with a specific time.UlidUlid. increment()Returns a new ULID by incrementing the random component of the current ULID.UlidUlid. toRfc4122()Converts the ULID into into another ULID that is compatible with UUID v4.Methods in com.github.f4b6a3.ulid with parameters of type Ulid Modifier and Type Method Description intUlid. compareTo(Ulid other)Constructors in com.github.f4b6a3.ulid with parameters of type Ulid Constructor Description Ulid(Ulid ulid)Create a new ULID. -
Uses of Ulid in com.github.f4b6a3.ulid.factory
Methods in com.github.f4b6a3.ulid.factory that return Ulid Modifier and Type Method Description UlidDefaultUlidFactory. create(long time)Returns a ULID.UlidMonotonicUlidFactory. create(long time)Returns a ULID.UlidUlidFactory. create()Returns a UUID.abstract UlidUlidFactory. create(long time)Returns a UUID with a specific time.
-