Uses of Class
org.biojava.bio.symbol.IntegerAlphabet
-
Packages that use IntegerAlphabet Package Description org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. -
-
Uses of IntegerAlphabet in org.biojava.bio.symbol
Fields in org.biojava.bio.symbol declared as IntegerAlphabet Modifier and Type Field Description static IntegerAlphabet
IntegerAlphabet. INSTANCE
The singleton instance of the IntegerAlphabet class.Methods in org.biojava.bio.symbol that return IntegerAlphabet Modifier and Type Method Description static IntegerAlphabet
IntegerAlphabet. getInstance()
Retrieve the single IntegerAlphabet instance.
-