Uses of Interface
com.github.f4b6a3.uuid.factory.NoArgsFactory
-
Packages that use NoArgsFactory Package Description com.github.f4b6a3.uuid.factory com.github.f4b6a3.uuid.factory.nonstandard com.github.f4b6a3.uuid.factory.rfc4122 -
-
Uses of NoArgsFactory in com.github.f4b6a3.uuid.factory
Classes in com.github.f4b6a3.uuid.factory that implement NoArgsFactory Modifier and Type Class Description classAbstRandomBasedFactoryFactory that creates random-based UUIDs.classAbstTimeBasedFactory -
Uses of NoArgsFactory in com.github.f4b6a3.uuid.factory.nonstandard
Classes in com.github.f4b6a3.uuid.factory.nonstandard that implement NoArgsFactory Modifier and Type Class Description classPrefixCombFactoryFactory that creates Prefix COMB GUIDs.classShortPrefixCombFactoryFactory that creates Prefix COMB GUIDs.classShortSuffixCombFactoryFactory that creates Suffix COMB GUIDs.classSuffixCombFactoryFactory that creates Suffix COMB GUIDs. -
Uses of NoArgsFactory in com.github.f4b6a3.uuid.factory.rfc4122
Classes in com.github.f4b6a3.uuid.factory.rfc4122 that implement NoArgsFactory Modifier and Type Class Description classDceSecurityFactoryFactory that creates DCE Security UUIDs (version 2).classRandomBasedFactoryFactory that creates random-based UUIDs.classTimeBasedFactoryFactory that creates time-based UUIDs.classTimeOrderedFactoryFactory that creates ordered gregorian time-based UUIDs.
-