Interface LongIterator
-
- All Known Subinterfaces:
CloseableLongIterator,PeekingLongIterator,ResettableLongIterator,SkippingLongIterator
- All Known Implementing Classes:
AbstractLongIterator,AbstractSkippingLongIterator,ConstantAppendingLongIterator,TransformingLongIterator
public interface LongIteratorAn iterator over primitive longs- Since:
- 0.3
- Version:
- 5.0.5
- Author:
- pedro
-
-
Field Summary
Fields Modifier and Type Field Description static longNO_NEXT_ELEMENT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasNext()longnext()
-
-
-
Field Detail
-
NO_NEXT_ELEMENT
static final long NO_NEXT_ELEMENT
- See Also:
- Constant Field Values
-
-