Package com.helger.tree.withid
Interface ITreeWithID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>>
-
- Type Parameters:
KEYTYPE- tree item key typeDATATYPE- tree item value typeITEMTYPE- tree item implementation type
- All Superinterfaces:
IBasicTree<DATATYPE,ITEMTYPE>,com.helger.commons.hierarchy.IHasChildren<ITEMTYPE>
- All Known Subinterfaces:
IFolderTree<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>,ITreeWithGlobalUniqueID<KEYTYPE,DATATYPE,ITEMTYPE>,ITreeWithUniqueIDProxy<KEYTYPE,VALUETYPE>
- All Known Implementing Classes:
AbstractGlobalSingletonTreeWithUniqueID,AbstractRequestSingletonTreeWithUniqueID,AbstractSessionSingletonTreeWithUniqueID,BasicFolderTree,BasicTreeWithGlobalUniqueID,BasicTreeWithID,DefaultFolderTree,DefaultTreeWithGlobalUniqueID,DefaultTreeWithID,FileSystemFolderTree
public interface ITreeWithID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> extends IBasicTree<DATATYPE,ITEMTYPE>
Base interface for a tree with ID- Author:
- Philip Helger
-
-
Method Summary
-
Methods inherited from interface com.helger.tree.IBasicTree
getRootItem
-
-