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