java.lang.Object
io.higson.runtime.mp.simulation.samples.iterator.DateRangeIterator
- All Implemented Interfaces:
Iterator<Date>
public class DateRangeIterator
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
-
-
compare
protected int compare(Date val1,
Date val2)
-
remove
public void remove()
- Specified by:
remove in interface Iterator<V>
-
-
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<V>