public static class MergeTreeNode.Factory extends java.lang.Object implements AugmentedJoinTreeNode.Factory
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
AugmentedJoinTreeNode |
createNode(int loc,
float val)
Creates the node.
|
AugmentedJoinTreeNode |
createNode(int loc,
float val,
AugmentedJoinTreeNode c0,
AugmentedJoinTreeNode c1)
Creates the node.
|
public AugmentedJoinTreeNode createNode(int loc, float val)
AugmentedJoinTreeNode.FactorycreateNode in interface AugmentedJoinTreeNode.Factoryloc - the locval - the valpublic AugmentedJoinTreeNode createNode(int loc, float val, AugmentedJoinTreeNode c0, AugmentedJoinTreeNode c1)
AugmentedJoinTreeNode.FactorycreateNode in interface AugmentedJoinTreeNode.Factoryloc - the locval - the valc0 - the c 0c1 - the c 1