Interface ResettableLongIterator
-
- All Superinterfaces:
LongIterator
- All Known Implementing Classes:
AbstractLongIterator
,AbstractSkippingLongIterator
,ConstantAppendingLongIterator
public interface ResettableLongIterator extends LongIterator
- Since:
- 5.1
- Version:
- 5.1
- Author:
- Pavel Klinov
-
-
Field Summary
-
Fields inherited from interface com.complexible.common.primitives.LongIterator
NO_NEXT_ELEMENT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reset()
-
Methods inherited from interface com.complexible.common.primitives.LongIterator
hasNext, next
-
-