Package | Description |
---|---|
info.bioinfweb.commons.bio.biojava3.core.sequence.views | |
info.bioinfweb.commons.bio.biojavax.bio.phylo.io.nexus | |
info.bioinfweb.commons.collections |
Contains extensions to the Java Collections API made for bioinfweb projects that can be of general use.
|
Constructor and Description |
---|
RemovedCharSetSequenceView(org.biojava3.core.sequence.template.Sequence<C> sequence,
java.lang.Integer bioStart,
java.lang.Integer bioEnd,
NonOverlappingIntervalList charSet) |
RemovedCharSetSequenceView(org.biojava3.core.sequence.template.Sequence<C> sequence,
NonOverlappingIntervalList charSet) |
Modifier and Type | Class and Description |
---|---|
class |
CharSet
Stores a label of a part of a sequence (e.g.
|
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.
|