Package gw.lang.reflect.interval
Class LongInterval.ForwardIterator
- java.lang.Object
-
- gw.lang.reflect.interval.AbstractLongIterator
-
- gw.lang.reflect.interval.LongInterval.ForwardIterator
-
- Enclosing class:
- LongInterval
public class LongInterval.ForwardIterator extends AbstractLongIterator
-
-
Constructor Summary
Constructors Constructor Description ForwardIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Long
next()
long
nextLong()
void
remove()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
-
next
public Long next()
-
nextLong
public long nextLong()
- Specified by:
nextLong
in classAbstractLongIterator
-
remove
public void remove()
-
-