Uses of Class
de.caluga.morphium.StatisticKeys
-
Packages that use StatisticKeys Package Description de.caluga.morphium -
-
Uses of StatisticKeys in de.caluga.morphium
Methods in de.caluga.morphium that return StatisticKeys Modifier and Type Method Description static StatisticKeysStatisticKeys. valueOf(String name)Returns the enum constant of this type with the specified name.static StatisticKeys[]StatisticKeys. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.caluga.morphium that return types with arguments of type StatisticKeys Modifier and Type Method Description Map<StatisticKeys,StatisticValue>Morphium. getStats()Methods in de.caluga.morphium with parameters of type StatisticKeys Modifier and Type Method Description voidMorphium. inc(StatisticKeys k)
-