Interface Tree<T>

Type Parameters:
T - the type of tree item.
All Superinterfaces:
TreeGroup, TreeNode
All Known Implementing Classes:
AbstractTree, TestResultTree

public interface Tree<T> extends TreeGroup
  • Method Details

    • add

      void add(T item)