public class ConcurrentHashMapNode<K> extends AbstractMapNode<K>
| 限定符和类型 | 类 | 说明 |
|---|---|---|
static class |
ConcurrentHashMapNode.EmptyNodeHolder |
单例实现的空节点
|
children| 构造器 | 说明 |
|---|---|
ConcurrentHashMapNode() |
|
ConcurrentHashMapNode(Stream<K> keys) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
setChildren(Map<K,Node<K>> children) |
设置子节点映射表
|
child, childKeySet, children, childSize, putChild, putChild, removeChildCopyright © 2024–2025. All rights reserved.