Uses of Class
icu.congee.id.generator.cuid.CUID
Packages that use CUID
-
Uses of CUID in icu.congee.id.generator.cuid
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