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:
    Serialized Form
    • Method Summary

      • Methods inherited from class TreeSet

        add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, spliterator, subSet, subSet, tailSet, tailSet
      • Methods inherited from class AbstractSet

        equals, hashCode, removeAll
      • Methods inherited from class AbstractCollection

        containsAll, retainAll, toArray, toArray, toString
      • Methods inherited from class Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface Iterable

        forEach
      • Methods inherited from interface Set

        containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
    • Constructor Detail

      • DateRangeTreeSet

        public DateRangeTreeSet()
      • DateRangeTreeSet

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

        public DateRangeTreeSet​(SortedSet<DateRange> s)