Package uk.blankaspect.common.tree


package uk.blankaspect.common.tree
  • 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.