Uses of Class
com.github.f4b6a3.uuid.factory.AbstCombFactory
-
Packages that use AbstCombFactory Package Description com.github.f4b6a3.uuid.factory.nonstandard com.github.f4b6a3.uuid.factory.rfc4122 -
-
Uses of AbstCombFactory in com.github.f4b6a3.uuid.factory.nonstandard
Subclasses of AbstCombFactory in com.github.f4b6a3.uuid.factory.nonstandard Modifier and Type Class Description classPrefixCombFactoryConcrete factory for creating Prefix COMB GUIDs.classShortPrefixCombFactoryConcrete factory for creating Short Prefix COMB GUIDs.classShortSuffixCombFactoryConcrete factory for creating Short Suffix COMB GUIDs.classSuffixCombFactoryConcrete factory for creating Suffix COMB GUIDs. -
Uses of AbstCombFactory in com.github.f4b6a3.uuid.factory.rfc4122
Subclasses of AbstCombFactory in com.github.f4b6a3.uuid.factory.rfc4122 Modifier and Type Class Description classTimeOrderedEpochFactoryConcrete factory for creating Unix epoch time-ordered unique identifiers (UUIDv7).
-