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 GraphLayoutGraphLayout. add(GraphLayout another)Add another layout data to the current one.static GraphLayoutGraphLayout. parseInstance(java.lang.Object... roots)Parse the object graph starting from the given instance.GraphLayoutGraphLayout. subtract(GraphLayout another)Subtract another layout data from the current one.GraphLayoutGraphWalker. walk(java.lang.Object... roots)Methods in org.openjdk.jol.info with parameters of type GraphLayout Modifier and Type Method Description GraphLayoutGraphLayout. add(GraphLayout another)Add another layout data to the current one.GraphLayoutGraphLayout. subtract(GraphLayout another)Subtract another layout data from the current one.
-