Dart SDK
dart:core
BidirectionalIterator
class
BidirectionalIterator<E>
Constructors
Methods
Constructors
BidirectionalIterator
Methods
movePrevious
moveNext
An Iterator that allows moving backwards as well as forwards.
Implements
Iterator
<E>
Implemented by
RuneIterator
Properties
E
current
read-only ,
inherited
Returns the current element.
Constructors
BidirectionalIterator
()
Methods
movePrevious
(
) →
bool
Move back to the previous element.
moveNext
(
) →
bool
inherited
Moves to the next element.