Uses of Class
io.github.bucket4j.distributed.versioning.Versions
-
Packages that use Versions Package Description io.github.bucket4j.distributed.versioning -
-
Uses of Versions in io.github.bucket4j.distributed.versioning
Methods in io.github.bucket4j.distributed.versioning that return Versions Modifier and Type Method Description static VersionsVersions. valueOf(String name)Returns the enum constant of this type with the specified name.static Versions[]Versions. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.bucket4j.distributed.versioning with parameters of type Versions Modifier and Type Method Description static voidVersions. checkMax(int formatNumber, Versions max)static voidVersions. checkMin(int formatNumber, Versions min)
-