Uses of Class
jbil.sequence.Trie

Packages that use Trie
jbil.sequence   
 

Uses of Trie in jbil.sequence
 

Subclasses of Trie in jbil.sequence
 class FactorTrie
          A factor trie is a trie representing all factors of a given length of a set of sequences.
 

Methods in jbil.sequence that return Trie
 Trie TrieForest.removeTrie(Trie trie)
          Removes a trie from the forest.
 

Methods in jbil.sequence with parameters of type Trie
 void TrieForest.addTrie(Trie trie)
          Add a trie to the forest.
 Trie TrieForest.removeTrie(Trie trie)
          Removes a trie from the forest.