public class SplitPeriod.PeriodIterator extends java.lang.Object implements java.util.Iterator<TimePeriod>
Constructor and Description |
---|
PeriodIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Period |
next() |
void |
remove() |
public boolean hasNext()
hasNext
in interface java.util.Iterator<TimePeriod>
public Period next()
next
in interface java.util.Iterator<TimePeriod>
public void remove()
remove
in interface java.util.Iterator<TimePeriod>