|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Aggregator.Doubles
A sequence of doubles.
This interface is semantically equivalent to
Iterator<double>.
| Method Summary | |
|---|---|
boolean |
hasNextValue()
Returns true if this sequence has more values. |
double |
nextDoubleValue()
Returns the next double value in this sequence. |
| Method Detail |
|---|
boolean hasNextValue()
true if this sequence has more values.
false otherwise.
double nextDoubleValue()
double value in this sequence.
NoSuchElementException - if calling hasNextValue() returns
false.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||