Uses of Class
goldman.collection.ordered.digitized.Trie.FindResult

Packages that use Trie.FindResult
goldman.collection.ordered.digitized A digitized ordered collection is an untagged algorithmically positioned collection whose elements can each be viewed as a sequence of digits (e.g., bit string, character string). 
 

Uses of Trie.FindResult in goldman.collection.ordered.digitized
 

Methods in goldman.collection.ordered.digitized that return Trie.FindResult
static Trie.FindResult Trie.FindResult.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Trie.FindResult[] Trie.FindResult.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in goldman.collection.ordered.digitized with parameters of type Trie.FindResult
protected  void Trie.moveToLowestCommonAncestor(E prefix, Trie.SearchData sd, Trie.FindResult findStatus)
          This method has the side affect of moving sd to its lowest ancestor for which the associated data is an extension of prefix.
protected  void TernarySearchTrie.moveToLowestCommonAncestor(E prefix, Trie.SearchData sd, Trie.FindResult found)
          This method has the side affect of moving sd so that it is at the lowest common ancestor for which the associated data is an extension of prefix.
protected  boolean Trie.moveToPred(E element, Trie.SearchData sd, Trie.FindResult findStatus)
          If there is some element in the collection less than element then sd is moved to the predecessor.