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