Interface OrderedNodeContainer<V extends NormalizedNode<?,​?>>

    • Method Detail

      • getChild

        V getChild​(int position)
        Returns child node by position.
        Parameters:
        position - Position of child node
        Returns:
        Child Node
        Throws:
        IndexOutOfBoundsException - Out of bound Exception
      • getSize

        int getSize()
        Returns count of child nodes.
        Returns:
        count of child nodes.