Class FirstAndRuleInstances
java.lang.Object
org.dmfs.rfc5545.iterable.instanceiterable.FirstAndRuleInstances
- All Implemented Interfaces:
InstanceIterable
Deprecated.
Implements
InstanceIterable for a RecurrenceRule that also returns any non-synchronized first instance.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Create a new adapter for the given rule and start. -
Method Summary
Modifier and TypeMethodDescriptioniterator(org.dmfs.rfc5545.DateTime firstInstance) Deprecated.Return anInstanceIteratorfor the given first instance.
-
Constructor Details
-
FirstAndRuleInstances
Deprecated.Create a new adapter for the given rule and start.- Parameters:
rule- The recurrence rule to adapt to.
-
-
Method Details
-
iterator
Deprecated.Description copied from interface:InstanceIterableReturn anInstanceIteratorfor the given first instance.- Specified by:
iteratorin interfaceInstanceIterable
-
OfRuleAndFirst