|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mat.snapshot.PathsFromGCRootsTree
public final class PathsFromGCRootsTree
This class holds the paths from one single object to its GC roots.
Constructor Summary | |
---|---|
PathsFromGCRootsTree(int ownId,
HashMap<Integer,PathsFromGCRootsTree> objectInboundReferers,
int[] objectIds)
|
Method Summary | |
---|---|
PathsFromGCRootsTree |
getBranch(int objId)
Get sub tree for a referencing object. |
int[] |
getObjectIds()
Get referencing objects. |
int |
getOwnId()
Get object being the root for this tree. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PathsFromGCRootsTree(int ownId, HashMap<Integer,PathsFromGCRootsTree> objectInboundReferers, int[] objectIds)
Method Detail |
---|
public int getOwnId()
public int[] getObjectIds()
public PathsFromGCRootsTree getBranch(int objId)
objId
- referencing object from which on the sub tree is requested
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |