| uk.org.ponder.intutil.constIntIterator
constIntIterator | public interface constIntIterator (Code) | | author: Bosmon author: The class const IntIterator represents an iteration through a sequence author: of unmodifiable native integers. |
getInt | public int getInt()(Code) | | Returns the integer currently pointed at by this iterator
|
next | public void next()(Code) | | Steps the iterator along to the next element of the sequence
|
valid | public boolean valid()(Code) | | Does the sequence contain another integer?
|
|
|