Uses of Class
goldman.collection.ordered.digitized.PatriciaTrie.Node

Packages that use PatriciaTrie.Node
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 PatriciaTrie.Node in goldman.collection.ordered.digitized
 

Methods in goldman.collection.ordered.digitized with parameters of type PatriciaTrie.Node
protected  void PatriciaTrie.remove(TrieNode<E> x, PatriciaTrie.Node leafParent)