BidirectionalIterator<E> class

An Iterator that allows moving backwards as well as forwards.

An Iterator that allows moving backwards as well as forwards.

Implements:
Implementors

Constructors

BidirectionalIterator ( )

Instance Properties

current E Inherited
read-only

Instance Methods

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