class IncreasingEndMappedIntervalSet extends IntervalSet
This version uses container-mapping as a function in the comparator.
Modifier and Type | Class and Description |
---|---|
private static class |
IncreasingEndMappedIntervalSet.EndComparator
Imposes an ascending ordering based on the end points of basic intervals.
|
Modifier and Type | Field and Description |
---|---|
(package private) static IncreasingEndMappedIntervalSet.EndComparator |
c |
(package private) static long |
serialVersionUID
Support for Set serialization
|
Constructor and Description |
---|
IncreasingEndMappedIntervalSet() |
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 IncreasingEndMappedIntervalSet.EndComparator c
IncreasingEndMappedIntervalSet()