Class InstanceList

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

@Deprecated public final class InstanceList extends Object implements InstanceIterable
Deprecated.
in favour of OfList
An InstanceIterable of a given list of instances.
  • Constructor Details

    • InstanceList

      public InstanceList(String list, TimeZone timeZone)
      Deprecated.
      Create an adapter for the instances in list.
      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 in list.
      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 in list.
      Parameters:
      instances - An array of instance time stamps in milliseconds.
  • Method Details