Iterator
| Kind of class: | interface |
|---|---|
| Inherits from: | none |
| Implemented by: | |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.data.iterator.Iterator |
| File last modified: | Wednesday, 31 October 2007, 07:35:29 |
Instance methods
getIndex
function getIndex (
) : Number
hasNext
function hasNext (
) : Boolean
next
function next (
)