Interface SequenceReader<C extends Compound>
- All Superinterfaces:
 Accessioned,Iterable<C>,Sequence<C>
- All Known Subinterfaces:
 ProxySequenceReader<C>
- All Known Implementing Classes:
 ArrayListProxySequenceReader,ArrayListSequenceReader,BitSequenceReader,FourBitSequenceReader,GenbankProxySequenceReader,JoiningSequenceReader,RnaSequenceView,SequenceFileProxyLoader,SingleCompoundSequenceReader,StringProxySequenceReader,TwoBitSequenceReader,UniprotProxySequenceReader
- 
Method Summary
Modifier and TypeMethodDescriptionvoidsetCompoundSet(CompoundSet<C> compoundSet) voidsetContents(String sequence) Methods inherited from interface org.biojava.nbio.core.sequence.template.Accessioned
getAccessionMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface org.biojava.nbio.core.sequence.template.Sequence
countCompounds, getAsList, getCompoundAt, getCompoundSet, getIndexOf, getInverse, getLastIndexOf, getLength, getSequenceAsString, getSubSequence 
- 
Method Details
- 
setCompoundSet
 - 
setContents
- Throws:
 CompoundNotFoundException
 
 -