Interface TreeModel<T>


public interface TreeModel<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getRoot

      T getRoot()
    • getChildren

      List<T> getChildren(T o)