Uses of Interface
com.helger.tree.withid.unique.ITreeWithGlobalUniqueID
-
Packages that use ITreeWithGlobalUniqueID Package Description com.helger.tree.io com.helger.tree.singleton com.helger.tree.withid.folder com.helger.tree.withid.unique -
-
Uses of ITreeWithGlobalUniqueID in com.helger.tree.io
Classes in com.helger.tree.io that implement ITreeWithGlobalUniqueID Modifier and Type Class Description classFileSystemFolderTreeRepresents a folder tree with the file system contents. -
Uses of ITreeWithGlobalUniqueID in com.helger.tree.singleton
Subinterfaces of ITreeWithGlobalUniqueID 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 ITreeWithGlobalUniqueID 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 ITreeWithGlobalUniqueID in com.helger.tree.withid.folder
Subinterfaces of ITreeWithGlobalUniqueID 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 ITreeWithGlobalUniqueID 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 ITreeWithGlobalUniqueID in com.helger.tree.withid.unique
Classes in com.helger.tree.withid.unique that implement ITreeWithGlobalUniqueID 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.
-