public static interface AugmentedJoinTreeNode.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.
|
AugmentedJoinTreeNode createNode(int loc, float val)
loc
- the locval
- the valAugmentedJoinTreeNode createNode(int loc, float val, AugmentedJoinTreeNode c0, AugmentedJoinTreeNode c1)
loc
- the locval
- the valc0
- the c 0c1
- the c 1