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