Class ArrayListSequenceReader<C extends Compound>
java.lang.Object
org.biojava3.core.sequence.storage.ArrayListSequenceReader<C>
- Type Parameters:
C
-
- All Implemented Interfaces:
Iterable<C>
,Accessioned
,Sequence<C>
,SequenceReader<C>
- Direct Known Subclasses:
ArrayListProxySequenceReader
public class ArrayListSequenceReader<C extends Compound>
extends Object
implements SequenceReader<C>
Stores a Sequence as a collection of compounds in an ArrayList
-
Constructor Summary
ConstructorDescriptionArrayListSequenceReader
(String sequence, CompoundSet<C> compoundSet) ArrayListSequenceReader
(List<C> compounds, CompoundSet<C> compoundSet) -
Method Summary
Modifier and TypeMethodDescriptionint
countCompounds
(C... compounds) Returns the number of times we found a compound in the Sequenceboolean
Returns the AccessionID this location is currently bound withReturns the Sequence as a List of compoundsgetCompoundAt
(int position) Returns the Compound at the given biological indexGets the compound set used to back this Sequenceint
getIndexOf
(C compound) Scans through the Sequence looking for the first occurrence of the given compoundDoes the right thing to get the inverse of the current Sequence.int
getLastIndexOf
(C compound) Scans through the Sequence looking for the last occurrence of the given compoundint
Returns the length of the SequenceReturns the String representation of the SequencegetSequenceAsString
(Integer begin, Integer end, Strand strand) getSubSequence
(Integer bioBegin, Integer bioEnd) Returns a portion of the sequence from the different positions.int
hashCode()
iterator()
void
setCompoundSet
(CompoundSet<C> compoundSet) void
setContents
(String sequence) void
setContents
(List<C> list) Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ArrayListSequenceReader
public ArrayListSequenceReader() -
ArrayListSequenceReader
- Parameters:
compounds
-compoundSet
-
-
ArrayListSequenceReader
- Parameters:
sequence
-compoundSet
-
-
-
Method Details
-
getSequenceAsString
Description copied from interface:Sequence
Returns the String representation of the Sequence- Specified by:
getSequenceAsString
in interfaceSequence<C extends Compound>
- Returns:
-
getSequenceAsString
- Parameters:
begin
-end
-strand
-- Returns:
-
getAsList
Description copied from interface:Sequence
Returns the Sequence as a List of compounds -
getCompoundAt
Description copied from interface:Sequence
Returns the Compound at the given biological index- Specified by:
getCompoundAt
in interfaceSequence<C extends Compound>
- Parameters:
position
-- Returns:
-
getIndexOf
Description copied from interface:Sequence
Scans through the Sequence looking for the first occurrence of the given compound- Specified by:
getIndexOf
in interfaceSequence<C extends Compound>
- Parameters:
compound
-- Returns:
-
getLastIndexOf
Description copied from interface:Sequence
Scans through the Sequence looking for the last occurrence of the given compound- Specified by:
getLastIndexOf
in interfaceSequence<C extends Compound>
- Parameters:
compound
-- Returns:
-
getLength
public int getLength()Description copied from interface:Sequence
Returns the length of the Sequence -
iterator
-
setCompoundSet
- Specified by:
setCompoundSet
in interfaceSequenceReader<C extends Compound>
- Parameters:
compoundSet
-
-
getCompoundSet
Description copied from interface:Sequence
Gets the compound set used to back this Sequence- Specified by:
getCompoundSet
in interfaceSequence<C extends Compound>
- Returns:
-
setContents
- Specified by:
setContents
in interfaceSequenceReader<C extends Compound>
- Parameters:
sequence
-
-
setContents
- Parameters:
list
-
-
getSubSequence
Description copied from interface:Sequence
Returns a portion of the sequence from the different positions. This is indexed from 1- Specified by:
getSubSequence
in interfaceSequence<C extends Compound>
- Parameters:
bioBegin
-bioEnd
-- Returns:
-
getAccession
Description copied from interface:Accessioned
Returns the AccessionID this location is currently bound with- Specified by:
getAccession
in interfaceAccessioned
- Returns:
-
countCompounds
Description copied from interface:Sequence
Returns the number of times we found a compound in the Sequence- Specified by:
countCompounds
in interfaceSequence<C extends Compound>
- Parameters:
compounds
-- Returns:
-
getInverse
Description copied from interface:Sequence
Does the right thing to get the inverse of the current Sequence. This means either reversing the Sequence and optionally complementing the Sequence.- Specified by:
getInverse
in interfaceSequence<C extends Compound>
- Returns:
-
hashCode
public int hashCode() -
equals
-