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