public abstract class BaseBuilder extends Object implements NodeBuilder
Modifier and Type | Field and Description |
---|---|
protected Node[] |
nodes |
protected Node |
root
Main root of this query
|
Constructor and Description |
---|
BaseBuilder(Node root,
int size) |
Modifier and Type | Method and Description |
---|---|
Node |
build() |
Node |
getRoot() |
protected Node |
node(int idx,
Supplier<Node> nodeSupplier) |
Copyright © 2001–2021 Apache Cayenne. All rights reserved.