An Iterator that allows moving backwards as well as forwards.

Implements
Implemented by

Properties

current → E
read-only, inherited

Returns the current element.

Constructors

BidirectionalIterator()

Methods

moveNext() → bool
inherited

Moves to the next element.

movePrevious() → bool

Move back to the previous element.