public interface DateIterator extends Iterator<Date>
Date objects in ascending order.| Modifier and Type | Method and Description |
|---|---|
void |
advanceTo(Date newStartUtc)
Skips all dates in the series that come before the given date.
|
forEachRemaining, hasNext, next, removeCopyright © 2013–2024 Michael Angstadt. All rights reserved.