Uses of Class
com.github.f4b6a3.uuid.enums.UuidVersion
-
-
Uses of UuidVersion in com.github.f4b6a3.uuid.creator
Constructors in com.github.f4b6a3.uuid.creator with parameters of type UuidVersion Constructor Description AbstractNameBasedUuidCreator(UuidVersion version, String messageDigest)This constructor receives the name of a message digest.AbstractRandomBasedUuidCreator(UuidVersion version)AbstractTimeBasedUuidCreator(UuidVersion version)AbstractUuidCreator(UuidVersion version) -
Uses of UuidVersion in com.github.f4b6a3.uuid.creator.nonstandard
Constructors in com.github.f4b6a3.uuid.creator.nonstandard with parameters of type UuidVersion Constructor Description AltCombGuidCreator(UuidVersion version)CombGuidCreator(UuidVersion version) -
Uses of UuidVersion in com.github.f4b6a3.uuid.creator.rfc4122
Constructors in com.github.f4b6a3.uuid.creator.rfc4122 with parameters of type UuidVersion Constructor Description TimeBasedUuidCreator(UuidVersion version)TimeOrderedUuidCreator(UuidVersion version) -
Uses of UuidVersion in com.github.f4b6a3.uuid.enums
Methods in com.github.f4b6a3.uuid.enums that return UuidVersion Modifier and Type Method Description static UuidVersionUuidVersion. getVersion(int value)static UuidVersionUuidVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static UuidVersion[]UuidVersion. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UuidVersion in com.github.f4b6a3.uuid.util
Methods in com.github.f4b6a3.uuid.util that return UuidVersion Modifier and Type Method Description static UuidVersionUuidUtil. getVersion(UUID uuid)Get the UUID version.
-