Class RuleInstances

java.lang.Object
org.dmfs.rfc5545.iterable.instanceiterable.RuleInstances
All Implemented Interfaces:
InstanceIterable

@Deprecated public final class RuleInstances extends Object implements InstanceIterable
Deprecated.
in favour of OfRule
Implements InstanceIterable for a RecurrenceRule. That only iterates instances that match the RecurrenceRule. Any non-synchronized first instance is not returned.
  • Constructor Details

    • RuleInstances

      public RuleInstances(RecurrenceRule rule)
      Deprecated.
      Create a new adapter for the given rule and start.
      Parameters:
      rule - The recurrence rule to adapt to.
  • Method Details