Uses of Class
io.github.pr0methean.betterrandom.util.Java8Constants
-
Packages that use Java8Constants Package Description io.github.pr0methean.betterrandom.util Miscellaneous utilities. -
-
Uses of Java8Constants in io.github.pr0methean.betterrandom.util
Methods in io.github.pr0methean.betterrandom.util that return Java8Constants Modifier and Type Method Description static Java8Constants
Java8Constants. valueOf(String name)
Returns the enum constant of this type with the specified name.static Java8Constants[]
Java8Constants. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-