| Modifier and Type | Method and Description |
|---|---|
void |
advanceTo(DateValue newStartUtc)
skips all dates in the series before the given date.
|
boolean |
hasNext()
true iff there are more dates in the series.
|
DateValue |
next()
returns the next date in the series, in UTC.
|
void |
remove()
unsupported.
|
boolean hasNext()
hasNext in interface java.util.Iterator<DateValue>DateValue next()
!hasNext(), then behavior is undefined.next in interface java.util.Iterator<DateValue>void advanceTo(DateValue newStartUtc)
newStartUtc - non null.void remove()
remove in interface java.util.Iterator<DateValue>java.lang.UnsupportedOperationException - always