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