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