|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Iterator for numbers
Method Summary | |
double |
endDouble()
Returns end of current double interval |
float |
endFloat()
Returns end of current float interval |
int |
endInt()
Returns end of current int interval |
long |
endLong()
Returns end of current long interval |
boolean |
hasNext()
Returns true if another value exists |
double |
nextDouble()
Returns start of next double interval |
float |
nextFloat()
Returns start of next float interval |
int |
nextInt()
Returns start of next int interval |
long |
nextLong()
Returns start of next long interval |
Method Detail |
public boolean hasNext()
public int nextInt()
public long nextLong()
public float nextFloat()
public double nextDouble()
public int endInt()
public long endLong()
public float endFloat()
public double endDouble()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |