Class Table.CaseInsensitiveTriplet
java.lang.Object
org.biojava3.core.sequence.transcription.Table.CaseInsensitiveTriplet
- Enclosing interface:
- Table
Class used to hold three nucleotides together and allow for equality to be assessed in a case
insensitive manner.
-
Constructor Summary
ConstructorDescriptionCaseInsensitiveTriplet
(NucleotideCompound one, NucleotideCompound two, NucleotideCompound three) -
Method Summary
-
Constructor Details
-
CaseInsensitiveTriplet
public CaseInsensitiveTriplet(NucleotideCompound one, NucleotideCompound two, NucleotideCompound three)
-
-
Method Details
-
getOne
-
getTwo
-
getThree
-
equals
-
hashCode
public int hashCode() -
toString
-
intValue
public int intValue()Attempts to provide an int version of this codon which multiplies each position by -
compoundToInt
-