Package | Description |
---|---|
com.atilika.kuromoji.trie |
Modifier and Type | Field and Description |
---|---|
protected PatriciaTrie.PatriciaNode<V> |
PatriciaTrie.root
Root value is left -- right is unused
|
Modifier and Type | Method and Description |
---|---|
PatriciaTrie.PatriciaNode<V> |
PatriciaTrie.PatriciaNode.getLeft()
Returns this node's left node
|
PatriciaTrie.PatriciaNode<V> |
PatriciaTrie.PatriciaNode.getRight()
Returns this node's right node
|
PatriciaTrie.PatriciaNode<V> |
PatriciaTrie.getRoot()
Should only be used by
PatriciaTrieFormatter |
Modifier and Type | Method and Description |
---|---|
void |
PatriciaTrie.PatriciaNode.setLeft(PatriciaTrie.PatriciaNode<V> left)
Set this node's left node
|
void |
PatriciaTrie.PatriciaNode.setRight(PatriciaTrie.PatriciaNode<V> right)
Set this node's right node
|
Copyright © 2020. All rights reserved.