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, tailSetequals, hashCode, removeAllcontainsAll, retainAll, toArray, toArrayfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCode, removeAll, retainAll, toArray, toArrayparallelStream, removeIf, streamIntervalSet(Comparator<BasicInterval> c)
c - comparator to use for sortingpublic String toString()
toString in class AbstractCollection<BasicInterval>