|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LongIterator
This class represents iterators over collections of long values. It returns primitive value, so there is no boxing overhead
Iterator
Method Summary | |
---|---|
boolean |
hasNext()
Indicates whether more long values can be returned by this iterator. |
long |
next()
Returns the next long value of this iterator. |
Method Detail |
---|
boolean hasNext()
next()
long next()
NoSuchElementException
- if no more elements are available from this
iterator.hasNext()
|
"Built from revision exported" | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |