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
-
-
Method Details
-
remove
public void remove()
- Specified by:
remove in interface Iterator<V>
-
-
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<V>