Class Table.CaseInsensitiveTriplet
- java.lang.Object
-
- org.biojava.nbio.core.sequence.transcription.Table.CaseInsensitiveTriplet
-
- Enclosing interface:
- Table
public static class Table.CaseInsensitiveTriplet extends Object
Class used to hold three nucleotides together and allow for equality to be assessed in a case insensitive manner.
-
-
Constructor Summary
Constructors Constructor Description CaseInsensitiveTriplet(NucleotideCompound one, NucleotideCompound two, NucleotideCompound three)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compoundToInt(NucleotideCompound c)
boolean
equals(Object obj)
NucleotideCompound
getOne()
NucleotideCompound
getThree()
NucleotideCompound
getTwo()
int
hashCode()
int
intValue()
Attempts to provide an int version of this codon which multiplies each position byString
toString()
-
-
-
Constructor Detail
-
CaseInsensitiveTriplet
public CaseInsensitiveTriplet(NucleotideCompound one, NucleotideCompound two, NucleotideCompound three)
-
-
Method Detail
-
getOne
public NucleotideCompound getOne()
-
getTwo
public NucleotideCompound getTwo()
-
getThree
public NucleotideCompound getThree()
-
intValue
public int intValue()
Attempts to provide an int version of this codon which multiplies each position by
-
compoundToInt
public int compoundToInt(NucleotideCompound c)
-
-