Class InstanceList
java.lang.Object
org.dmfs.rfc5545.iterable.instanceiterable.InstanceList
- All Implemented Interfaces:
InstanceIterable
Deprecated.
An
InstanceIterable of a given list of instances.-
Constructor Summary
ConstructorsConstructorDescriptionInstanceList(long[] instances) Deprecated.Create an adapter for the instances inlist.InstanceList(String list, TimeZone timeZone) Deprecated.Create an adapter for the instances inlist.InstanceList(org.dmfs.rfc5545.calendarmetrics.CalendarMetrics calendarMetrics, String list, TimeZone timeZone) Deprecated.Create an adapter for the instances inlist. -
Method Summary
Modifier and TypeMethodDescriptioniterator(org.dmfs.rfc5545.DateTime firstInstance) Deprecated.Return anInstanceIteratorfor the given first instance.
-
Constructor Details
-
InstanceList
Deprecated.Create an adapter for the instances inlist.- Parameters:
list- A comma separated list of instances using the date-time format as defined in RFC 5545.timeZone- The time zone to apply to the instances.
-
InstanceList
public InstanceList(org.dmfs.rfc5545.calendarmetrics.CalendarMetrics calendarMetrics, String list, TimeZone timeZone) Deprecated.Create an adapter for the instances inlist.- Parameters:
calendarMetrics- The calendar scale to use.list- A comma separated list of instances using the date-time format as defined in RFC 5545.timeZone- The time zone to apply to the instances.
-
InstanceList
public InstanceList(long[] instances) Deprecated.Create an adapter for the instances inlist.- Parameters:
instances- An array of instance time stamps in milliseconds.
-
-
Method Details
-
iterator
Deprecated.Description copied from interface:InstanceIterableReturn anInstanceIteratorfor the given first instance.- Specified by:
iteratorin interfaceInstanceIterable
-
OfList