public static class Table.CaseInsensitiveTriplet
extends java.lang.Object
Constructor | Description |
---|---|
CaseInsensitiveTriplet(NucleotideCompound one,
NucleotideCompound two,
NucleotideCompound three) |
Modifier and Type | Method | Description |
---|---|---|
int |
compoundToInt(NucleotideCompound c) |
|
boolean |
equals(java.lang.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
|
java.lang.String |
toString() |
public CaseInsensitiveTriplet(NucleotideCompound one, NucleotideCompound two, NucleotideCompound three)
public NucleotideCompound getOne()
public NucleotideCompound getTwo()
public NucleotideCompound getThree()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int intValue()
public int compoundToInt(NucleotideCompound c)