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