Class SimpleAlignedSequence<S extends Sequence<C>,C extends Compound>

java.lang.Object
org.biojava.nbio.core.alignment.SimpleAlignedSequence<S,C>
Type Parameters:
S - the sequence type
C - each element of the Sequence is a Compound of type C
All Implemented Interfaces:
Serializable, Iterable<C>, AlignedSequence<S,C>, Accessioned, Sequence<C>

public class SimpleAlignedSequence<S extends Sequence<C>,C extends Compound> extends Object implements Serializable, AlignedSequence<S,C>
Implements a data structure for a Sequence within an alignment.
Author:
Mark Chapman
See Also: