Uses of Interface
com.github.f4b6a3.uuid.creator.NoArgumentsUuidCreator
-
Packages that use NoArgumentsUuidCreator Package Description com.github.f4b6a3.uuid.creator com.github.f4b6a3.uuid.creator.nonstandard com.github.f4b6a3.uuid.creator.rfc4122 -
-
Uses of NoArgumentsUuidCreator in com.github.f4b6a3.uuid.creator
Classes in com.github.f4b6a3.uuid.creator that implement NoArgumentsUuidCreator Modifier and Type Class Description classAbstractRandomBasedUuidCreatorFactory that creates random-based UUIDs.classAbstractTimeBasedUuidCreator -
Uses of NoArgumentsUuidCreator in com.github.f4b6a3.uuid.creator.nonstandard
Classes in com.github.f4b6a3.uuid.creator.nonstandard that implement NoArgumentsUuidCreator Modifier and Type Class Description classAltCombGuidCreatorFactory that creates alternate COMB GUIDs.classCombGuidCreatorFactory that creates alternate COMB GUIDs. -
Uses of NoArgumentsUuidCreator in com.github.f4b6a3.uuid.creator.rfc4122
Classes in com.github.f4b6a3.uuid.creator.rfc4122 that implement NoArgumentsUuidCreator Modifier and Type Class Description classDceSecurityUuidCreatorFactory that creates DCE Security UUIDs (version 2).classRandomBasedUuidCreatorFactory that creates random-based UUIDs.classTimeBasedUuidCreatorFactory that creates time-based UUIDs.classTimeOrderedUuidCreatorFactory that creates time-ordered UUIDs.
-