Uses of Class
com.github.f4b6a3.uuid.enums.UuidVersion
-
Packages that use UuidVersion Package Description com.github.f4b6a3.uuid.creator com.github.f4b6a3.uuid.enums com.github.f4b6a3.uuid.util -
-
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 algorithm)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.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.
-