Uses of Class
org.miaixz.bus.core.data.id.ULID
Packages that use ULID
-
Uses of ULID in org.miaixz.bus.core.data.id
Methods in org.miaixz.bus.core.data.id that return ULIDModifier and TypeMethodDescriptionULID.increment()自增ULIDULID.nextMonotonic(long timestamp) 获取下一个有序的ULIDstatic ULIDULID.of()创建一个新的ULID,使用当前系统时间戳和随机数static ULIDULID.of(byte[] data) 从bytes解析ULIDstatic ULIDULID.of(long timestamp) 创建一个新的ULID,使用指定系统时间戳和随机数static ULIDULID.of(long timestamp, byte[] randomness) 创建一个新的ULID,使用指定系统时间戳和指定填充数static ULID创建一个新的ULID,使用指定系统时间戳和指定随机对象static ULID解析一个Crockford`s Base32的ULIDMethods in org.miaixz.bus.core.data.id with parameters of type ULID