Package com.zybooks.dsaj.searchtree
Class TreeMap.BalanceableBinaryTree.BSTNode<E>
java.lang.Object
com.zybooks.dsaj.tree.LinkedBinaryTree.Node<E>
com.zybooks.dsaj.searchtree.TreeMap.BalanceableBinaryTree.BSTNode<E>
- Type Parameters:
E
- element type
- All Implemented Interfaces:
Position<E>
- Enclosing class:
TreeMap.BalanceableBinaryTree<K,
V>
A specialized version of Node that includes an auxiliary int for balancing algorithms
-
Method Summary
Methods inherited from class com.zybooks.dsaj.tree.LinkedBinaryTree.Node
getElement, getLeft, getParent, getRight, setElement, setLeft, setParent, setRight
-
Method Details
-
getAux
public int getAux() -
setAux
public void setAux(int value)
-