Package org.openjdk.jol.info
Class ArrayGraphPathRecord
java.lang.Object
org.openjdk.jol.info.GraphPathRecord
org.openjdk.jol.info.ArrayGraphPathRecord
Object path in object graph.
-
Field Summary
FieldsFields inherited from class org.openjdk.jol.info.GraphPathRecord
parent
-
Constructor Summary
ConstructorsConstructorDescriptionArrayGraphPathRecord
(GraphPathRecord parent, int idx, int depth, Object obj) -
Method Summary
-
Field Details
-
idx
private final int idx
-
-
Constructor Details
-
ArrayGraphPathRecord
ArrayGraphPathRecord(GraphPathRecord parent, int idx, int depth, Object obj)
-
-
Method Details
-
path
- Specified by:
path
in classGraphPathRecord
-