|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Aggregator.Longs
A sequence of longs.
This interface is semantically equivalent to
Iterator<long>.
| Method Summary | |
|---|---|
boolean |
hasNextValue()
Returns true if this sequence has more values. |
long |
nextLongValue()
Returns the next long value in this sequence. |
| Method Detail |
|---|
boolean hasNextValue()
true if this sequence has more values.
false otherwise.
long nextLongValue()
long 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 | ||||||||