public interface OpenMutableStructuralNode<E,N extends OpenMutableStructuralNode<E,N>> extends OpenStructuralNode<E,N>
OpenMutableNode
child nodes are placed at specific positions. This node is
open, it accepts a generic parameter for the type of child nodes it has.Modifier and Type | Method and Description |
---|---|
N |
setChild(int nChild,
E element)
Set the nth child node.
|
childStructuralIterator, getChild
childIterator, getElement, getElementClass, getNumberOfChildren, isLeaf
Copyright © 2014–2016. All rights reserved.