public abstract class AbstractNamedMapNode<K> extends AbstractMapNode<K> implements Serializable
children| 构造器 | 说明 |
|---|---|
AbstractNamedMapNode() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
String |
getName() |
|
Node<K> |
putChild(K key,
Node<K> child) |
添加子节点
|
Node<K> |
putChild(K key,
Supplier<Node<K>> childSupplier) |
添加子节点
|
void |
setName(String name) |
child, childKeySet, children, childSize, removeChildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetChildrenCopyright © 2024–2025. All rights reserved.