Uses of Class
org.openjdk.jol.info.GraphStats
-
Packages that use GraphStats Package Description org.openjdk.jol.info -
-
Uses of GraphStats in org.openjdk.jol.info
Methods in org.openjdk.jol.info that return GraphStats Modifier and Type Method Description static GraphStatsGraphStats. parseInstance(java.lang.Object... roots)Parse the object graph starting from the given instance.GraphStatsGraphStatsWalker. walk(java.lang.Object... roots)
-