Package com.googlecode.javaewah
Interface IntIterator
-
- All Known Implementing Classes:
IntIteratorOverIteratingRLW,IntIteratorOverIteratingRLW32
public interface IntIteratorThe IntIterator interface is used to iterate over a stream of integers.- Since:
- 0.2.0
- Author:
- Daniel Lemire
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasNext()Is there more?intnext()Return the next integer
-