BidirIterator
Object Hierarchy:
Description:
[
GenericAccessors ]
public interface BidirIterator<
G> :
Iterator<
G>
A bi-directional iterator.
All known sub-interfaces:
Content:
Methods:
- public abstract bool first ()
Rewinds to the first element in the iteration.
- public abstract bool has_previous ()
Checks whether there is a previous element in the iteration.
- public abstract bool last ()
Advances to the last element in the iteration.
- public abstract bool previous ()
Rewinds to the previous element in the iteration.
Inherited Members:
All known members inherited from interface Gee.Iterator