Uses of Class
org.openjdk.jol.info.GraphLayout
-
Packages that use GraphLayout Package Description org.openjdk.jol.info -
-
Uses of GraphLayout in org.openjdk.jol.info
Methods in org.openjdk.jol.info that return GraphLayout Modifier and Type Method Description GraphLayout
GraphLayout. add(GraphLayout another)
Add another layout data to the current one.static GraphLayout
GraphLayout. parseInstance(java.lang.Object... roots)
Parse the object graph starting from the given instance.GraphLayout
GraphLayout. subtract(GraphLayout another)
Subtract another layout data from the current one.GraphLayout
GraphWalker. walk(java.lang.Object... roots)
Methods in org.openjdk.jol.info with parameters of type GraphLayout Modifier and Type Method Description GraphLayout
GraphLayout. add(GraphLayout another)
Add another layout data to the current one.GraphLayout
GraphLayout. subtract(GraphLayout another)
Subtract another layout data from the current one.
-