An Iterator that allows moving backwards as well as forwards.
- Implements
-
- Iterator<E>
- Implemented by
Properties
- E current
-
read-only, inheritedReturns the current element.
Constructors
Methods
-
moveNext(
) → bool -
inheritedMoves to the next element.
-
movePrevious(
) → bool - Move back to the previous element.