public abstract class IteratorByte extends Object implements IteratorNumber
bytes.| Constructor and Description |
|---|
IteratorByte() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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, nextBytepublic float nextFloat()
IteratorNumbernextFloat in interface IteratorNumberpublic double nextDouble()
IteratorNumbernextDouble 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.