public final class FreqIterator
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
org.dmfs.rfc5545.recur.ByExpander.Scope
The scope of a part.
|
| Constructor and Description |
|---|
FreqIterator(RecurrenceRule rule,
org.dmfs.rfc5545.calendarmetrics.CalendarMetrics calendarMetrics,
long start)
Create a new FreqIterator for the given rule and start date.
|
| Modifier and Type | Method and Description |
|---|---|
long |
next()
Get the next instance.
|
public FreqIterator(RecurrenceRule rule, org.dmfs.rfc5545.calendarmetrics.CalendarMetrics calendarMetrics, long start)
rule - The rule to iterate.start - The first instance to iterate.public long next()
If the last instance has been iterated, all subsequent calls
to this method will return Long.MIN_VALUE.
Long.MIN_VALUE if there are no more instances.