Uses of Class
com.microsoft.gctoolkit.jvm.SupportedFlags
-
Packages that use SupportedFlags Package Description com.microsoft.gctoolkit.jvm -
-
Uses of SupportedFlags in com.microsoft.gctoolkit.jvm
Methods in com.microsoft.gctoolkit.jvm that return SupportedFlags Modifier and Type Method Description static SupportedFlagsSupportedFlags. valueOf(String name)Returns the enum constant of this type with the specified name.static SupportedFlags[]SupportedFlags. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.gctoolkit.jvm with parameters of type SupportedFlags Modifier and Type Method Description booleanDiary. isStateKnown(SupportedFlags flag)booleanDiary. isStateKnown(SupportedFlags... flags)booleanDiary. isTrue(SupportedFlags flag)voidDiary. setFalse(SupportedFlags flag)voidDiary. setFalse(SupportedFlags... flags)voidDiary. setState(SupportedFlags flag, boolean flagTurnedOn)voidDiary. setTrue(SupportedFlags flag)voidDiary. setTrue(SupportedFlags... flags)
-