public static class Table.CaseInsensitiveTriplet extends Object
Constructor and Description |
---|
CaseInsensitiveTriplet(NucleotideCompound one,
NucleotideCompound two,
NucleotideCompound three) |
Modifier and Type | Method and 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 by
|
String |
toString() |
public CaseInsensitiveTriplet(NucleotideCompound one, NucleotideCompound two, NucleotideCompound three)
public NucleotideCompound getOne()
public NucleotideCompound getTwo()
public NucleotideCompound getThree()
public int intValue()
public int compoundToInt(NucleotideCompound c)
Copyright © 2000–2019 BioJava. All rights reserved.