public abstract class IteratorFloat extends Object implements IteratorNumber
floats.| Constructor and Description |
|---|
IteratorFloat() |
| 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.
|
int |
nextInt()
Returns the next element in the iteration casted to an int.
|
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, nextFloatpublic double nextDouble()
IteratorNumbernextDouble in interface IteratorNumberpublic byte nextByte()
IteratorNumbernextByte in interface IteratorNumberpublic short nextShort()
IteratorNumbernextShort in interface IteratorNumberpublic int nextInt()
IteratorNumbernextInt in interface IteratorNumberpublic long nextLong()
IteratorNumbernextLong in interface IteratorNumberCopyright © 2015. All rights reserved.