public abstract class IteratorDouble extends Object implements IteratorNumber
doubles.| Constructor and Description |
|---|
IteratorDouble() |
| Modifier and Type | Method and Description |
|---|---|
byte |
nextByte()
Returns the next element in the iteration casted to a byte.
|
float |
nextFloat()
Returns the next element in the iteration casted to a float.
|
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, nextDoublepublic float nextFloat()
IteratorNumbernextFloat 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.