Module ical4j.core

Class DateList<T extends Temporal>

java.lang.Object
net.fortuna.ical4j.model.DateList<T>
All Implemented Interfaces:
Serializable

public class DateList<T extends Temporal> extends Object implements Serializable
$Id$ [23-Apr-2004] A DateList is a grouping of date-time instances along with a common format to be applied to all dates in the group.
See Also:
  • Field Details

    • EMPTY_LIST

      public static final DateList EMPTY_LIST
  • Constructor Details

    • DateList

      public DateList()
      Default constructor.
    • DateList

      public DateList(T... dates)
      Constructs a new date list of the specified type containing the dates in the specified list.
      Parameters:
      dates - a list of dates to include in the new list
    • DateList

      public DateList(Collection<T> dates)
    • DateList

      public DateList(TimeZoneRegistry timeZoneRegistry, T... dates)
  • Method Details