protected static class SuffixTrie.Node<V> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Node() |
| Modifier and Type | Method and Description |
|---|---|
SuffixTrie.Node<V> |
addChild(char c,
V value) |
SuffixTrie.Node<V> |
getChild(char c) |
public SuffixTrie.Node<V> getChild(char c)
public SuffixTrie.Node<V> addChild(char c, V value)
Copyright © 2009–2021 Crawler-Commons. All rights reserved.