Uses of Class
org.biojava.bio.symbol.AbstractAlphabet

Packages that use AbstractAlphabet
org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. 
 

Uses of AbstractAlphabet in org.biojava.bio.symbol
 

Subclasses of AbstractAlphabet in org.biojava.bio.symbol
static class IntegerAlphabet.SubIntegerAlphabet
          A class to represent a finite contiguous subset of the infinite IntegerAlphabet
 class SimpleAlphabet
          A simple no-frills implementation of the FiniteAlphabet interface.
 class SingletonAlphabet
          An alphabet that contains a single atomic symbol.