protected static class ArrayListCompleteBinaryTree.BTPos<E> extends java.lang.Object implements Position<E>
Modifier and Type | Method and Description |
---|---|
E |
element()
Return the element stored at this position.
|
int |
index() |
E |
setElement(E elt) |
java.lang.String |
toString() |