Uses of Class
com.ibm.j9ddr.vm29.j9.Pool
-
Packages that use Pool Package Description com.ibm.j9ddr.vm29.j9 -
-
Uses of Pool in com.ibm.j9ddr.vm29.j9
Subclasses of Pool in com.ibm.j9ddr.vm29.j9 Modifier and Type Class Description class
Pool_29_V0<StructType extends DataType>
Methods in com.ibm.j9ddr.vm29.j9 that return Pool Modifier and Type Method Description static <T extends DataType>
Pool<T>Pool. fromJ9Pool(com.ibm.j9ddr.vm29.pointer.generated.J9PoolPointer structure, Class<T> structType)
Factory method to construct an appropriate pool handler.static <T extends DataType>
Pool<T>Pool. fromJ9Pool(com.ibm.j9ddr.vm29.pointer.generated.J9PoolPointer structure, Class<T> structType, boolean isInline)
-