| Package | Description |
|---|---|
| io.atomix.core.tree |
Distributed tree primitive interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentTreeNode<V> |
DocumentTreeNode.child(String relativePath)
Returns the child node of this node with the specified relative path name.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DocumentTreeNode<V>> |
DocumentTreeNode.children()
Returns the children of this node.
|
Copyright © 2013–2018. All rights reserved.