Class BasicSequence<C extends Compound>

java.lang.Object
org.biojava.nbio.core.sequence.template.AbstractSequence<C>
org.biojava.nbio.core.sequence.BasicSequence<C>
All Implemented Interfaces:
Iterable<C>, Accessioned, Sequence<C>

public class BasicSequence<C extends Compound> extends AbstractSequence<C>
Bare bones version of the Sequence object to be used sparingly. You should really use a specialized version of Sequence which describes your domain.