Package org.dmfs.rfc5545.iterable
Class RecurrenceSet
java.lang.Object
org.dmfs.rfc5545.iterable.RecurrenceSet
- All Implemented Interfaces:
Iterable<org.dmfs.rfc5545.DateTime>
@Deprecated
public final class RecurrenceSet
extends Object
implements Iterable<org.dmfs.rfc5545.DateTime>
Deprecated.
An
Iterable of a recurrence set.
The recurrence set is determined from a number of InstanceIterables providing instances and exceptions.
-
Constructor Summary
ConstructorsConstructorDescriptionRecurrenceSet(TimeZone timeZone, long firstInstanceTimeStamp, Iterable<InstanceIterable> instances) Deprecated.RecurrenceSet(TimeZone timeZone, long firstInstanceTimeStamp, Iterable<InstanceIterable> instances, Iterable<InstanceIterable> exceptions) Deprecated.RecurrenceSet(TimeZone timeZone, long firstInstanceTimeStamp, InstanceIterable instances) Deprecated.RecurrenceSet(TimeZone timeZone, long firstInstanceTimeStamp, InstanceIterable instances, InstanceIterable exceptions) Deprecated.RecurrenceSet(org.dmfs.rfc5545.DateTime first, Iterable<InstanceIterable> instances) Deprecated.RecurrenceSet(org.dmfs.rfc5545.DateTime first, Iterable<InstanceIterable> instances, Iterable<InstanceIterable> exceptions) Deprecated.RecurrenceSet(org.dmfs.rfc5545.DateTime first, InstanceIterable instances) Deprecated.RecurrenceSet(org.dmfs.rfc5545.DateTime first, InstanceIterable instances, InstanceIterable exceptions) Deprecated. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
RecurrenceSet
Deprecated. -
RecurrenceSet
public RecurrenceSet(TimeZone timeZone, long firstInstanceTimeStamp, Iterable<InstanceIterable> instances) Deprecated. -
RecurrenceSet
public RecurrenceSet(TimeZone timeZone, long firstInstanceTimeStamp, Iterable<InstanceIterable> instances, Iterable<InstanceIterable> exceptions) Deprecated. -
RecurrenceSet
public RecurrenceSet(TimeZone timeZone, long firstInstanceTimeStamp, InstanceIterable instances, InstanceIterable exceptions) Deprecated. -
RecurrenceSet
Deprecated. -
RecurrenceSet
Deprecated. -
RecurrenceSet
public RecurrenceSet(org.dmfs.rfc5545.DateTime first, Iterable<InstanceIterable> instances, Iterable<InstanceIterable> exceptions) Deprecated. -
RecurrenceSet
public RecurrenceSet(org.dmfs.rfc5545.DateTime first, InstanceIterable instances, InstanceIterable exceptions) Deprecated.
-
-
Method Details
Difference