public class Node<V> extends BaseNode
BaseNode.Status, BaseNode.TrieEntry| Constructor and Description |
|---|
Node() |
Node(char c,
BaseNode.Status status,
V value) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
addChild(BaseNode node)
添加子节点
|
BaseNode |
getChild(char c)
获取子节点
|
compareTo, compareTo, getChar, getStatus, getValue, hasChild, setValue, toString, transition, transition, transition, walk, walkToLoad, walkToLoad, walkToSave, walkToSavepublic Node(char c,
BaseNode.Status status,
V value)
c - 节点的字符status - 节点状态value - 值public Node()
Copyright © 2014–2021 码农场. All rights reserved.