All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----relaaja.netlayout.VGJ.NodeList
private Node nodes_[]lastSlot_
private int lastSlot_firstAvailable_
private int firstAvailable_numNodes_
private int numNodes_
public NodeList()
public int count()highestIndex
public int highestIndex()
public int getFirstAvailable()addNodeAt
public void addNodeAt(Node new_node, int index)addNode
public void addNode(Node new_node)updateFirstAvailable
public void updateFirstAvailable(int start)removeNodeAt
public void removeNodeAt(int index)removeNode
public void removeNode(Node node)firstNode
public Node firstNode()nextNode
public Node nextNode(Node prev_node)firstNodeIndex
public int firstNodeIndex()nextNodeIndex
public int nextNodeIndex(int prev_index)nodeFromIndex
public Node nodeFromIndex(int index)clone
public Object clone() throws CloneNotSupportedException
All Packages Class Hierarchy This Package Previous Next Index