Package | Description |
---|---|
info.bioinfweb.commons.collections |
Modifier and Type | Method and Description |
---|---|
void |
NonOverlappingIntervalList.addAll(NonOverlappingIntervalList other)
Adds all of the intervals contained in another list to this list.
|
void |
NonOverlappingIntervalList.addAll(NonOverlappingIntervalList other,
int firstIndex,
int lastIndex,
boolean moveToFront)
Adds all or a part of the intervals contained in another list to this list.
|