Class IntInterval.IntIntervalIterator
java.lang.Object
org.eclipse.collections.impl.list.primitive.IntInterval.IntIntervalIterator
- All Implemented Interfaces:
IntIterator
- Enclosing class:
IntInterval
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
current
private long current
-
-
Constructor Details
-
IntIntervalIterator
private IntIntervalIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIntIterator
-
next
public int next()- Specified by:
next
in interfaceIntIterator
-