Uses of Class
com.microsoft.gctoolkit.parser.jvm.GarbageCollectorAlgorithm
-
Packages that use GarbageCollectorAlgorithm Package Description com.microsoft.gctoolkit.parser.jvm -
-
Uses of GarbageCollectorAlgorithm in com.microsoft.gctoolkit.parser.jvm
Methods in com.microsoft.gctoolkit.parser.jvm that return GarbageCollectorAlgorithm Modifier and Type Method Description static GarbageCollectorAlgorithmGarbageCollectorAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static GarbageCollectorAlgorithm[]GarbageCollectorAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.
-