Package com.aoapps.hodgepodge.tree


package com.aoapps.hodgepodge.tree
  • Class
    Description
    Node<E>
    An abstract structure for trees.
    Creates a copy of a Node.
    Filters may be applied while copying trees.
    Tree<E>
    An abstract structure for trees.
    Creates a deep copy of a tree.
    A set of static Tree-related classes, in the flavor of java.util.Collections.