org.openjdk.jol.info
Class GraphPathRecord
java.lang.Object
org.openjdk.jol.info.GraphPathRecord
public class GraphPathRecord
- extends Object
Object path in object graph.
- Author:
- Aleksey Shipilev
GraphPathRecord
public GraphPathRecord(String path,
Object obj,
int depth)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
path
public String path()
obj
public Object obj()
depth
public int depth()
Copyright © 2013. All Rights Reserved.