java.lang.Object
io.higson.runtime.mp.simulation.samples.iterator.IntegerRangeIterator
- All Implemented Interfaces:
Iterator<Integer>
public class IntegerRangeIterator
extends Object
Created by Artur Osiak on 14.10.2019
-
-
Constructor Summary
Constructors
-
Method Summary
protected int
boolean
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
Method Details
-
-
-
remove
public void remove()
- Specified by:
remove in interface Iterator<V>
-
-
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<V>