Interface INodeList

    • Method Detail

      • addNode

        void addNode​(INode n)
        Adds a node to the list.
        Parameters:
        n - - the node to add
      • elementAt

        INode elementAt​(int i)
        Parameters:
        i - - the element index
        Returns:
        the element at the given index
      • elements

        java.util.Iterator<INode> elements()
        Returns:
        the iterator on the node list
      • size

        int size()
        Returns:
        the list size