Class TreeNode<Bean extends KeyDTO>

    • Method Detail

      • add

        public void add​(TreeNode child)
      • add

        public void add​(TreeNode child,
                        int index)
      • remove

        public TreeNode remove​(int index)
      • bubleNode

        public void bubleNode()
      • bubleChildrenNodes

        public void bubleChildrenNodes()
      • getIndex

        public int getIndex()
      • getDepth

        public int getDepth()
      • isRoot

        public boolean isRoot()
      • isLeaf

        public boolean isLeaf()
      • hideChildren

        public void hideChildren()