- 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 void
add(MonitorNode node)
NodeList
attachOrSplit(NodeList other, int nodeListNum)
MonitorNode
getHead()
int
getID()
MonitorNode
getTail()
boolean
isLoop()
-
-
-
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()
-
-