Uses of Class
com.helger.tree.withid.BasicTreeWithID
-
Packages that use BasicTreeWithID Package Description com.helger.tree.io com.helger.tree.withid com.helger.tree.withid.folder com.helger.tree.withid.unique com.helger.tree.xml -
-
Uses of BasicTreeWithID in com.helger.tree.io
Subclasses of BasicTreeWithID in com.helger.tree.io Modifier and Type Class Description classFileSystemFolderTreeRepresents a folder tree with the file system contents. -
Uses of BasicTreeWithID in com.helger.tree.withid
Subclasses of BasicTreeWithID in com.helger.tree.withid Modifier and Type Class Description classDefaultTreeWithID<KEYTYPE,DATATYPE>Root class for a simple tree. -
Uses of BasicTreeWithID in com.helger.tree.withid.folder
Subclasses of BasicTreeWithID 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 BasicTreeWithID in com.helger.tree.withid.unique
Subclasses of BasicTreeWithID in com.helger.tree.withid.unique 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. -
Uses of BasicTreeWithID in com.helger.tree.xml
Methods in com.helger.tree.xml with parameters of type BasicTreeWithID Modifier and Type Method Description static <KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>>
voidTreeXMLConverter. fillXMLAsTreeWithID(com.helger.xml.microdom.IMicroElement aElement, Function<? super String,? extends KEYTYPE> aIDConverter, IConverterMicroNodeToTreeItem<? extends DATATYPE> aDataConverter, BasicTreeWithID<KEYTYPE,DATATYPE,ITEMTYPE> aTree)
-