Uses of Class
com.github.f4b6a3.uuid.enums.UuidVersion
-
Packages that use UuidVersion Package Description com.github.f4b6a3.uuid.enums com.github.f4b6a3.uuid.factory com.github.f4b6a3.uuid.util -
-
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.factory
Fields in com.github.f4b6a3.uuid.factory declared as UuidVersion Modifier and Type Field Description protected UuidVersionUuidFactory. versionMethods in com.github.f4b6a3.uuid.factory that return UuidVersion Modifier and Type Method Description UuidVersionUuidFactory. getVersion()Returns the version number for this factory.Constructors in com.github.f4b6a3.uuid.factory with parameters of type UuidVersion Constructor Description AbstCombFactory(UuidVersion version, AbstCombFactory.Builder<?,?> builder)AbstNameBasedFactory(UuidVersion version, String algorithm, byte[] namespace)Protected constructor that receives the message digest algorithm and an optional name space.AbstRandomBasedFactory(UuidVersion version, AbstRandomBasedFactory.Builder<?,?> builder)AbstTimeBasedFactory(UuidVersion version, AbstTimeBasedFactory.Builder<?,?> builder)A protected constructor that receives a builder object.UuidFactory(UuidVersion version) -
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.
-