Uses of Interface
org.openjdk.jol.Operation
-
Packages that use Operation Package Description org.openjdk.jol org.openjdk.jol.operations -
-
Uses of Operation in org.openjdk.jol
Fields in org.openjdk.jol with type parameters of type Operation Modifier and Type Field Description private static java.util.SortedMap<java.lang.String,Operation>
Main. operations
Methods in org.openjdk.jol with parameters of type Operation Modifier and Type Method Description private static void
Main. registerOperation(Operation op)
-
Uses of Operation in org.openjdk.jol.operations
Classes in org.openjdk.jol.operations that implement Operation Modifier and Type Class Description class
ClasspathedOperation
class
HeapDumpEstimates
class
HeapDumpStats
class
ObjectEstimates
class
ObjectExternals
class
ObjectFootprint
class
ObjectInternals
class
ObjectShapes
class
StringCompress
-