E
- the type of elements in the tree.public interface BalancingTree<E,N extends OpenNode<E,N>> extends MutableOrganisedTree<E,N>
Modifier and Type | Method and Description |
---|---|
BalancingTree<E,N> |
addElement(E element)
Add an element to the tree at the next balanced position
|
BalancingTree<E,N> addElement(E element)
addElement
in interface MutableOrganisedTree<E,N extends OpenNode<E,N>>
element
- the element to addCopyright © 2014–2016. All rights reserved.