Uses of Class
io.inugami.api.constants.JvmKeyValues
-
Packages that use JvmKeyValues Package Description io.inugami.api.constants -
-
Uses of JvmKeyValues in io.inugami.api.constants
Methods in io.inugami.api.constants that return JvmKeyValues Modifier and Type Method Description static JvmKeyValuesJvmKeyValues. valueOf(String name)Returns the enum constant of this type with the specified name.static JvmKeyValues[]JvmKeyValues. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.inugami.api.constants with parameters of type JvmKeyValues Modifier and Type Method Description static StringJvmKeyValues. getValue(JvmKeyValues key, String defaultValue)
-