Class DateRangeIterator

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 Details

  • Method Details

    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<V>
    • next

      public Date next()
      Specified by:
      next in interface Iterator<V>
    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<V>