protected static class LoptJoinTree.Leaf extends LoptJoinTree.BinaryTree
| Constructor and Description |
|---|
Leaf(int rootId,
@UnderInitialization LoptJoinTree parent) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Returns the id associated with a leaf node in a binary tree.
|
void |
getTreeOrder(List<Integer> treeOrder) |
getParentpublic Leaf(int rootId,
@UnderInitialization LoptJoinTree parent)
public int getId()
public void getTreeOrder(List<Integer> treeOrder)
getTreeOrder in class LoptJoinTree.BinaryTreeCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.