| Modifier and Type | Class and Description |
|---|---|
static class |
DataNode.Builder<B extends DataNode.Builder<B>>
Represents the implementation of data node builder class.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InnerNode.Builder
Builder with get and set functions to build inner node,
builder will be used both to create inner node from scratch or from a
given inner node.
|
static class |
LeafNode.Builder
Builder with get and set functions to build leaf node,
builder will be used both to create leaf node from scratch or from a
given leaf node.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DataNode.Builder |
DataNode.copyBuilder()
Returns data node builder for a given data node.
|
| Constructor and Description |
|---|
DataNode(DataNode.Builder builder)
Creates an instance of data node.
|
Copyright © 2018. All rights reserved.