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 SummaryConstructorsConstructorDescriptionCaseInsensitiveTriplet(NucleotideCompound one, NucleotideCompound two, NucleotideCompound three) 
- 
Method Summary
- 
Constructor Details- 
CaseInsensitiveTripletpublic CaseInsensitiveTriplet(NucleotideCompound one, NucleotideCompound two, NucleotideCompound three) 
 
- 
- 
Method Details