Package | com.gestureworks.cml.interfaces |
Interface | public interface IListIterator extends IIterator |
Implementors | List |
Method | Defined By | ||
---|---|---|---|
![]() | hasNext():Boolean
Returns true if the iteration can return one more than the current index
| IIterator | |
hasPrev():Boolean
Returns true if the collection has items
which have a lower index than the current index
| IListIterator | ||
![]() | next():*
Returns the next value in the iteration. | IIterator | |
prev():*
Returns the previous item in the collection
| IListIterator |