protected class SequenceIntervalList.IntervalInformation extends Object
Constructor and Description |
---|
IntervalInformation(int intervalStart,
Comparator<E> comparator) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(E element) |
void |
clear() |
int |
getIntervalStart() |
TreeMultiset<E> |
getOverlapList() |
TreeMultiset<E> |
getStartList() |
boolean |
remove(E element) |
public IntervalInformation(int intervalStart, Comparator<E> comparator)
public int getIntervalStart()
public TreeMultiset<E> getStartList()
public TreeMultiset<E> getOverlapList()
public void clear()