Class DateRangeTreeSet

All Implemented Interfaces:
Serializable, Cloneable, Iterable<DateRange>, Collection<DateRange>, NavigableSet<DateRange>, Set<DateRange>, SortedSet<DateRange>

public class DateRangeTreeSet extends TreeSet<DateRange>
A treeset implementation with a built-in comparator for DateRange objects
Author:
Andrea Aime - GeoSolutions
See Also:
  • Constructor Details

    • DateRangeTreeSet

      public DateRangeTreeSet()
    • DateRangeTreeSet

      public DateRangeTreeSet(Collection<? extends DateRange> c)
    • DateRangeTreeSet

      public DateRangeTreeSet(SortedSet<DateRange> s)