public final class PathsFromGCRootsTree extends Object
Constructor and Description |
---|
PathsFromGCRootsTree(int ownId,
HashMap<Integer,PathsFromGCRootsTree> objectInboundReferers,
int[] objectIds) |
Modifier and Type | Method and Description |
---|---|
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.
|
public PathsFromGCRootsTree(int ownId, HashMap<Integer,PathsFromGCRootsTree> objectInboundReferers, int[] objectIds)
public int getOwnId()
public int[] getObjectIds()
public PathsFromGCRootsTree getBranch(int objId)
objId
- referencing object from which on the sub tree is requested