BidirectionalIterator<E> class
An Iterator that allows moving backwards as well as forwards.
- Implemented types
-
- Iterator<
E>
- Iterator<
- Implementers
Constructors
Properties
Methods
-
movePrevious(
) → bool - Move back to the previous element. [...]
-
moveNext(
) → bool -
Moves to the next element. [...]
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited