Uses of Interface
com.helger.tree.withid.ITreeWithID
-
Packages that use ITreeWithID Package Description com.helger.tree.io com.helger.tree.singleton com.helger.tree.withid com.helger.tree.withid.folder com.helger.tree.withid.unique -
-
Uses of ITreeWithID in com.helger.tree.io
Classes in com.helger.tree.io that implement ITreeWithID Modifier and Type Class Description classFileSystemFolderTreeRepresents a folder tree with the file system contents. -
Uses of ITreeWithID in com.helger.tree.singleton
Subinterfaces of ITreeWithID in com.helger.tree.singleton Modifier and Type Interface Description interfaceITreeWithUniqueIDProxy<KEYTYPE,VALUETYPE>Default proxy interface forITreeWithGlobalUniqueID.Classes in com.helger.tree.singleton that implement ITreeWithID Modifier and Type Class Description classAbstractGlobalSingletonTreeWithUniqueID<KEYTYPE,VALUETYPE>Represents a global singleton tree with a unique ID.classAbstractRequestSingletonTreeWithUniqueID<KEYTYPE,VALUETYPE>Represents a global singleton tree with a unique ID.classAbstractSessionSingletonTreeWithUniqueID<KEYTYPE,VALUETYPE>Represents a global singleton tree with a unique ID. -
Uses of ITreeWithID in com.helger.tree.withid
Classes in com.helger.tree.withid that implement ITreeWithID Modifier and Type Class Description classBasicTreeWithID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>>Base class for a tree having items with IDs.classDefaultTreeWithID<KEYTYPE,DATATYPE>Root class for a simple tree. -
Uses of ITreeWithID in com.helger.tree.withid.folder
Subinterfaces of ITreeWithID in com.helger.tree.withid.folder Modifier and Type Interface Description interfaceIFolderTree<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>,ITEMTYPE extends IFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>>Base interface for a simple tree.Classes in com.helger.tree.withid.folder that implement ITreeWithID Modifier and Type Class Description classBasicFolderTree<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>,ITEMTYPE extends BasicFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>>Abstract implementation class for a folder tree.classDefaultFolderTree<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>>Root class for a simple tree. -
Uses of ITreeWithID in com.helger.tree.withid.unique
Subinterfaces of ITreeWithID in com.helger.tree.withid.unique Modifier and Type Interface Description interfaceITreeWithGlobalUniqueID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>>A specialized version of the tree, where each item is required to have a unique ID so that item searching can be performed with little runtime effort.Classes in com.helger.tree.withid.unique that implement ITreeWithID Modifier and Type Class Description classBasicTreeWithGlobalUniqueID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>>A managed tree is a specialized version of the tree, where each item is required to have a unique ID so that item searching can be performed quite easily.classDefaultTreeWithGlobalUniqueID<KEYTYPE,DATATYPE>A managed tree is a specialized version of the tree, where each item is required to have a unique ID so that item searching can be performed quite easily.
-