Package uk.blankaspect.common.tree


package uk.blankaspect.common.tree
This package contains
  • an interface that defines a node of a tree, and
  • a class containing utility methods that relate to a tree of such nodes.
  • Class
    Description
    ITreeNode<T extends ITreeNode<T>>
    This interface defines the methods that must be implemented by a node of a tree that can be used with the methods of TreeUtils.
    This class contains utility methods that relate to trees whose nodes implement the ITreeNode interface.