Package crawlercommons.domains
Class SuffixTrie.Node<V>
- java.lang.Object
- 
- crawlercommons.domains.SuffixTrie.Node<V>
 
- 
- Enclosing class:
- SuffixTrie<V>
 
 protected static class SuffixTrie.Node<V> extends Object 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedNode()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SuffixTrie.Node<V>addChild(char c, V value)SuffixTrie.Node<V>getChild(char c)
 
- 
- 
- 
Method Detail- 
getChildpublic SuffixTrie.Node<V> getChild(char c) 
 - 
addChildpublic SuffixTrie.Node<V> addChild(char c, V value) 
 
- 
 
-