Uses of Enum Class
com.ibm.j9ddr.vm29.j9.gc.GCMemoryPool.MemoryPoolType
Packages that use GCMemoryPool.MemoryPoolType
-
Uses of GCMemoryPool.MemoryPoolType in com.ibm.j9ddr.vm29.j9.gc
Fields in com.ibm.j9ddr.vm29.j9.gc declared as GCMemoryPool.MemoryPoolTypeModifier and TypeFieldDescriptionprotected GCMemoryPool.MemoryPoolTypeGCMemoryPool._memoryPoolTypeMethods in com.ibm.j9ddr.vm29.j9.gc that return GCMemoryPool.MemoryPoolTypeModifier and TypeMethodDescriptionGCMemoryPool.getType()static GCMemoryPool.MemoryPoolTypeReturns the enum constant of this class with the specified name.static GCMemoryPool.MemoryPoolType[]GCMemoryPool.MemoryPoolType.values()Returns an array containing the constants of this enum class, in the order they are declared.