abstract class IntervalSet extends TreeSet<BasicInterval>
Constructor and Description |
---|
IntervalSet(Comparator<BasicInterval> c)
Create an interval set sorted by increasing start or end number
|
Modifier and Type | Method and Description |
---|---|
String |
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
IntervalSet(Comparator<BasicInterval> c)
c
- comparator to use for sortingpublic String toString()
toString
in class AbstractCollection<BasicInterval>