| Package | Description |
|---|---|
| com.hankcs.hanlp.collection.trie.bintrie |
| Modifier and Type | Field and Description |
|---|---|
protected BaseNode.Status |
BaseNode.status
节点状态
|
| Modifier and Type | Method and Description |
|---|---|
BaseNode.Status |
BaseNode.getStatus()
获取节点的成词状态
|
static BaseNode.Status |
BaseNode.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseNode.Status[] |
BaseNode.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Node(char c,
BaseNode.Status status,
V value) |
Copyright © 2014–2021 码农场. All rights reserved.