- java.lang.Object
-
- com.ibm.jvm.dtfjview.commands.helpers.NodeList
-
public class NodeList extends Object
-
-
Constructor Summary
Constructors Constructor Description NodeList(MonitorNode node, int _id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(MonitorNode node)NodeListattachOrSplit(NodeList other, int nodeListNum)MonitorNodegetHead()intgetID()MonitorNodegetTail()booleanisLoop()
-
-
-
Constructor Detail
-
NodeList
public NodeList(MonitorNode node, int _id)
-
-
Method Detail
-
getID
public int getID()
-
add
public void add(MonitorNode node)
-
getHead
public MonitorNode getHead()
-
getTail
public MonitorNode getTail()
-
isLoop
public boolean isLoop()
-
-