public abstract class IteratorInt extends Object implements IteratorNumber
ints.| Constructor and Description |
|---|
IteratorInt() |
| Modifier and Type | Method and Description |
|---|---|
byte |
nextByte()
Returns the next element in the iteration casted to a byte.
|
double |
nextDouble()
Returns the next element in the iteration casted to a double.
|
float |
nextFloat()
Returns the next element in the iteration casted to a float.
|
long |
nextLong()
Returns the next element in the iteration casted to a long.
|
short |
nextShort()
Returns the next element in the iteration casted to a short.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasNext, nextIntpublic float nextFloat()
IteratorNumbernextFloat in interface IteratorNumberpublic double nextDouble()
IteratorNumbernextDouble in interface IteratorNumberpublic byte nextByte()
IteratorNumbernextByte in interface IteratorNumberpublic short nextShort()
IteratorNumbernextShort in interface IteratorNumberpublic long nextLong()
IteratorNumbernextLong in interface IteratorNumberCopyright © 2015. All rights reserved.