org.biojava3.core.sequence.loader
Class ArrayListProxySequenceReader<C extends Compound>

java.lang.Object
  extended by org.biojava3.core.sequence.storage.ArrayListSequenceReader<C>
      extended by org.biojava3.core.sequence.loader.ArrayListProxySequenceReader<C>
Type Parameters:
C -
All Implemented Interfaces:
Iterable<C>, Accessioned, ProxySequenceReader<C>, Sequence<C>, SequenceReader<C>

public class ArrayListProxySequenceReader<C extends Compound>
extends ArrayListSequenceReader<C>
implements ProxySequenceReader<C>


Constructor Summary
ArrayListProxySequenceReader()
           
 
Method Summary
 
Methods inherited from class org.biojava3.core.sequence.storage.ArrayListSequenceReader
countCompounds, equals, getAccession, getAsList, getCompoundAt, getCompoundSet, getIndexOf, getInverse, getLastIndexOf, getLength, getSequenceAsString, getSequenceAsString, getSubSequence, hashCode, iterator, setCompoundSet, setContents, setContents
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.biojava3.core.sequence.template.SequenceReader
setCompoundSet, setContents
 
Methods inherited from interface org.biojava3.core.sequence.template.Sequence
countCompounds, getAsList, getCompoundAt, getCompoundSet, getIndexOf, getInverse, getLastIndexOf, getLength, getSequenceAsString, getSubSequence
 
Methods inherited from interface java.lang.Iterable
iterator
 
Methods inherited from interface org.biojava3.core.sequence.template.Accessioned
getAccession
 

Constructor Detail

ArrayListProxySequenceReader

public ArrayListProxySequenceReader()