Class Table.CaseInsensitiveTriplet
java.lang.Object
org.biojava.nbio.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