Package org.dmfs.rfc5545
Interface InstanceIterator
- All Superinterfaces:
Iterator<org.dmfs.rfc5545.DateTime>
- All Known Implementing Classes:
CountLimitedRecurrenceRuleIterator,EffectiveInstancesIterator,EmptyIterator,FastForwardable,Merged,RecurrenceRuleIterator
-
Method Summary
Modifier and TypeMethodDescriptionvoidfastForward(org.dmfs.rfc5545.DateTime until) Skip all occurrences untiluntil.Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
fastForward
void fastForward(org.dmfs.rfc5545.DateTime until) Skip all occurrences untiluntil. Ifuntilis an occurrence itself it will be the next iterated occurrence. If the rule doesn't recur till that date the next call toIterator.hasNext()will returnfalse.
-