Uses of Class
icu.congee.id.generator.cuid.CUID
Packages that use CUID
-
Uses of CUID in icu.congee.id.generator.cuid
Classes in icu.congee.id.generator.cuid that implement interfaces with type arguments of type CUIDModifier and TypeClassDescriptionfinal classCollision-resistant ID optimized for horizontal scaling and performance.Methods in icu.congee.id.generator.cuid that return CUIDModifier and TypeMethodDescriptionstatic CUIDCUID.fromString(String cuidAsString) Creates aCUIDfrom the string standard representation.static CUIDCUID.randomCUID1()Generates a new random CUID (Version 1).static CUIDCUID.randomCUID2()Generates a new random CUID (Version 2).static CUIDCUID.randomCUID2(int length) Generates a new random CUID (Version 2).Methods in icu.congee.id.generator.cuid with parameters of type CUID