| Interface | Description |
|---|---|
| TokenSet<T> |
This interface should be implemented by all classes specifying a set of tokens (sequence elements, e.g.
|
| Class | Description |
|---|---|
| AbstractTokenSet<T> |
An abstract implementation of
TokenSet that provides a TreeMap used to map key characters
to tokens and inherits from HashSet so also tokens that do not implement Comparable are
supported. |
| BioJava3TokenSet<C extends org.biojava3.core.sequence.template.Compound> |
Implementation of
TokenSet backed by a BioJava CompoundSet object. |
| CharacterTokenSet |
A token set consisting of characters.
|
| DefaultTokenSet<T> |
Basic implementation of a discrete token set.
|
| TokenSetTools |
Provides tool methods useful for implementing
TokenSet. |