Interface IBasicTree<DATATYPE,​ITEMTYPE extends IBasicTreeItem<DATATYPE,​ITEMTYPE>>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ITEMTYPE getRootItem()  
      • Methods inherited from interface com.helger.commons.hierarchy.IHasChildren

        forAllChildren, forAllChildren, forAllChildrenBreakable, forAllChildrenMapped, getAllChildren, getChildCount, getChildren, hasChildren, hasNoChildren
    • Method Detail

      • getRootItem

        @Nonnull
        ITEMTYPE getRootItem()
        Returns:
        The root item of the tree. Never null. The root item should not be displayed but it is the parent node of all displayed root items and therefore cannot be removed.