Uses of Class
org.github.jamm.MemoryMeter.Guess
-
-
Uses of MemoryMeter.Guess in org.github.jamm
Methods in org.github.jamm that return MemoryMeter.Guess Modifier and Type Method Description static MemoryMeter.GuessMemoryMeter.Guess. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MemoryMeter.Guess[]MemoryMeter.Guess. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.github.jamm with parameters of type MemoryMeter.Guess Modifier and Type Method Description MemoryMeterMemoryMeter. withGuessing(MemoryMeter.Guess guess)
-