Package org.openjdk.jol.operations
Class ObjectEstimates
- java.lang.Object
-
- org.openjdk.jol.operations.ClasspathedOperation
-
- org.openjdk.jol.operations.ObjectEstimates
-
- All Implemented Interfaces:
Operation
public class ObjectEstimates extends ClasspathedOperation
-
-
Constructor Summary
Constructors Constructor Description ObjectEstimates()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
description()
java.lang.String
label()
protected void
runWith(java.lang.Class<?> klass)
-
Methods inherited from class org.openjdk.jol.operations.ClasspathedOperation
run, tryInstantiate
-
-
-
-
Method Detail
-
label
public java.lang.String label()
-
description
public java.lang.String description()
-
runWith
protected void runWith(java.lang.Class<?> klass)
- Specified by:
runWith
in classClasspathedOperation
-
-