class IncreasingStartIntervalSet extends IntervalSet
This version does NOT use container-mapping as a function in the comparator.
Modifier and Type | Class and Description |
---|---|
private static class |
IncreasingStartIntervalSet.StartComparator
Imposes an ascending ordering based on the start points of basic intervals.
|
Modifier and Type | Field and Description |
---|---|
(package private) static IncreasingStartIntervalSet.StartComparator |
c |
(package private) static long |
serialVersionUID
Support for Set serialization
|
Constructor and Description |
---|
IncreasingStartIntervalSet() |
toString
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
equals, hashCode, removeAll
containsAll, retainAll, toArray, toArray
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
parallelStream, removeIf, stream
static final long serialVersionUID
static final IncreasingStartIntervalSet.StartComparator c
IncreasingStartIntervalSet()