| Modifier and Type | Class and Description |
|---|---|
class |
InnerNode
Abstraction of an entity which represents an inner node in data store.
|
class |
LeafNode
Abstraction of an entity which represents leaf data tree node.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DataNode |
DataNode.Builder.build()
Builds data node.
|
| Modifier and Type | Method and Description |
|---|---|
Map<NodeKey,DataNode> |
InnerNode.childNodes()
Returns the children nodes to the current node.
|
List<DataNode> |
ResourceData.dataNodes()
Returns list of data nodes.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceData.Builder |
ResourceData.Builder.addDataNode(DataNode node)
Adds a data node.
|
InnerNode.Builder |
InnerNode.Builder.addNode(DataNode node)
Adds node to the builder.
|
| Constructor and Description |
|---|
Builder(DataNode node)
Creates an instance of data node builder using old data node.
|
Copyright © 2017. All rights reserved.