public interface LiteralIterator
extends java.util.Iterator
Modifier and Type | Method and Description |
---|---|
boolean |
isBooleanSupported() |
boolean |
isDoubleSupported() |
boolean |
isFloatSupported() |
boolean |
isIntSupported() |
boolean |
isLongSupported() |
boolean |
nextBoolean() |
double |
nextDouble() |
float |
nextFloat() |
int |
nextInt() |
long |
nextLong() |
int nextInt()
boolean isIntSupported()
long nextLong()
boolean isLongSupported()
float nextFloat()
boolean isFloatSupported()
double nextDouble()
boolean isDoubleSupported()
boolean nextBoolean()
boolean isBooleanSupported()
Copyright ? 2013 Regents of the University of California