C - Must be a subtype of @{link Compound}java.lang.Iterable<C>, Accessioned, Sequence<C>, SequenceView<C>public class ReversedSequenceView<C extends Compound> extends SequenceProxyView<C>
| Constructor | Description |
|---|---|
ReversedSequenceView(Sequence<C> sequence) |
| Modifier and Type | Method | Description |
|---|---|---|
C |
getCompoundAt(int position) |
Returns the Compound at the given biological index
|
java.lang.String |
getSequenceAsString() |
Returns the String representation of the Sequence
|
protected int |
toIndex(int index) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcountCompounds, getAccession, getAsList, getBioEnd, getBioStart, getCompoundSet, getIndexOf, getInverse, getLastIndexOf, getLength, getSubSequence, getViewedSequence, iterator, setBioEnd, setBioStartpublic java.lang.String getSequenceAsString()
SequencegetSequenceAsString in interface Sequence<C extends Compound>getSequenceAsString in class SequenceProxyView<C extends Compound>protected int toIndex(int index)
public C getCompoundAt(int position)
SequencegetCompoundAt in interface Sequence<C extends Compound>getCompoundAt in class SequenceProxyView<C extends Compound>position - Biological index (1 to n)