Uses of Class
com.microsoft.gctoolkit.event.zgc.ZGCCollectionType
-
Packages that use ZGCCollectionType Package Description com.microsoft.gctoolkit.event.zgc -
-
Uses of ZGCCollectionType in com.microsoft.gctoolkit.event.zgc
Methods in com.microsoft.gctoolkit.event.zgc that return ZGCCollectionType Modifier and Type Method Description static ZGCCollectionTypeZGCCollectionType. get(String label)ZGCCollectionTypeFullZGCCycle. getType()ZGCCollectionTypeZGCCycle. getType()static ZGCCollectionTypeZGCCollectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ZGCCollectionType[]ZGCCollectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.gctoolkit.event.zgc with parameters of type ZGCCollectionType Modifier and Type Method Description voidZGCCycle. setType(ZGCCollectionType type)
-