- Type Parameters:
KEYTYPE - tree item key type
DATATYPE - tree item value type
ITEMTYPE - tree item implementation type
- All Superinterfaces:
- IBasicTree<DATATYPE,ITEMTYPE>, IHasChildren<ITEMTYPE>
- All Known Subinterfaces:
- IFolderTree<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>, ITreeWithGlobalUniqueID<KEYTYPE,DATATYPE,ITEMTYPE>
- All Known Implementing Classes:
- AbstractApplicationSingletonTreeWithUniqueID, AbstractGlobalSingletonTreeWithUniqueID, AbstractRequestSingletonTreeWithUniqueID, AbstractSessionApplicationSingletonTreeWithUniqueID, 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