Uses of Class
com.github.f4b6a3.uuid.creator.rfc4122.TimeBasedUuidCreator
-
Packages that use TimeBasedUuidCreator Package Description com.github.f4b6a3.uuid com.github.f4b6a3.uuid.creator.rfc4122 -
-
Uses of TimeBasedUuidCreator in com.github.f4b6a3.uuid
Methods in com.github.f4b6a3.uuid that return TimeBasedUuidCreator Modifier and Type Method Description static TimeBasedUuidCreatorUuidCreator. getTimeBasedCreator()Returns aTimeBasedUuidCreatorthat creates UUID version 1. -
Uses of TimeBasedUuidCreator in com.github.f4b6a3.uuid.creator.rfc4122
Subclasses of TimeBasedUuidCreator in com.github.f4b6a3.uuid.creator.rfc4122 Modifier and Type Class Description classDceSecurityUuidCreatorFactory that creates DCE Security UUIDs (version 2).
-