| Modifier and Type | Method and Description |
|---|---|
Position<E> |
PositionList.next(Position<E> p)
Returns the node after position p.
|
Position<E> |
NodePositionList.next(Position<E> p)
Returns the node after position p.
|
Position<E> |
PositionList.prev(Position<E> p)
Returns the node before position.
|
Position<E> |
NodePositionList.prev(Position<E> p)
Returns the node before position p.
|