Class Tree<T>

    • Method Detail

      • getTreesAtDepth

        public List<Tree<T>> getTreesAtDepth​(int depth)
      • getObjectsAtDepth

        public List<T> getObjectsAtDepth​(int depth)
      • getLeafTrees

        public List<Tree<T>> getLeafTrees()
      • getLeafObjects

        public List<T> getLeafObjects()
      • isLeaf

        public boolean isLeaf()
      • addTree

        public void addTree​(Tree<T> tree)
      • splitParents

        public List<Tree<T>> splitParents()