Interface MutableAlignedSequence<S extends Sequence<C>,C extends Compound>

Type Parameters:
S - the sequence type
C - each element of the AlignedSequence is a Compound of type C
All Superinterfaces:
Accessioned, AlignedSequence<S,C>, Iterable<C>, Sequence<C>

public interface MutableAlignedSequence<S extends Sequence<C>,C extends Compound> extends AlignedSequence<S,C>
Defines a mutable (editable) data structure for an AlignedSequence.
Author:
Mark Chapman, Paolo Pavan