Dart API Reference
dart:core
BidirectionalIterator
BidirectionalIterator<E>
class
An Iterator that allows moving backwards as well as forwards.
An Iterator that allows moving backwards as well as forwards.
Implements:
Iterator
<E>
Implementors
RuneIterator
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.