Package gw.lang.reflect.interval
Class IntegerInterval.ForwardIterator
- java.lang.Object
-
- gw.lang.reflect.interval.AbstractIntIterator
-
- gw.lang.reflect.interval.IntegerInterval.ForwardIterator
-
- Enclosing class:
- IntegerInterval
public class IntegerInterval.ForwardIterator extends AbstractIntIterator
-
-
Constructor Summary
Constructors Constructor Description ForwardIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Integer
next()
int
nextInt()
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 Integer next()
-
nextInt
public int nextInt()
- Specified by:
nextInt
in classAbstractIntIterator
-
remove
public void remove()
-
-