BidirectionalIterator<E> class

An Iterator that allows moving backwards as well as forwards.

An Iterator that allows moving backwards as well as forwards.

Implements
Implemented by

Constructors

BidirectionalIterator()

Instance Properties

current E Inherited
read-only

Instance Methods

movePrevious() → bool
Move back to the previous element.
moveNext() → bool Inherited
Moves to the next element.