Class DefaultTreeWithID<KEYTYPE,​DATATYPE>

  • Type Parameters:
    KEYTYPE - The type of the key elements for the tree.
    DATATYPE - The type of the elements contained in the tree
    All Implemented Interfaces:
    com.helger.commons.hierarchy.IHasChildren<DefaultTreeItemWithID<KEYTYPE,​DATATYPE>>, IBasicTree<DATATYPE,​DefaultTreeItemWithID<KEYTYPE,​DATATYPE>>, ITreeWithID<KEYTYPE,​DATATYPE,​DefaultTreeItemWithID<KEYTYPE,​DATATYPE>>

    @NotThreadSafe
    public class DefaultTreeWithID<KEYTYPE,​DATATYPE>
    extends BasicTreeWithID<KEYTYPE,​DATATYPE,​DefaultTreeItemWithID<KEYTYPE,​DATATYPE>>
    Root class for a simple tree. The elements of the tree are not sorted by any means.
    Author:
    Philip Helger