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