Class LoptJoinTree.BinaryTree

  • Direct Known Subclasses:
    LoptJoinTree.Leaf, LoptJoinTree.Node
    Enclosing class:
    LoptJoinTree

    protected abstract static class LoptJoinTree.BinaryTree
    extends java.lang.Object
    Simple binary tree class that stores an id in the leaf nodes and keeps track of the parent LoptJoinTree object associated with the binary tree.
    • Constructor Detail

    • Method Detail

      • getTreeOrder

        public abstract void getTreeOrder​(java.util.List<java.lang.Integer> treeOrder)