Uses of Class
com.helger.tree.withid.unique.DefaultTreeWithGlobalUniqueID
-
Packages that use DefaultTreeWithGlobalUniqueID Package Description com.helger.tree.singleton com.helger.tree.xml -
-
Uses of DefaultTreeWithGlobalUniqueID in com.helger.tree.singleton
Fields in com.helger.tree.singleton declared as DefaultTreeWithGlobalUniqueID Modifier and Type Field Description protected DefaultTreeWithGlobalUniqueID<KEYTYPE,VALUETYPE>AbstractGlobalSingletonTreeWithUniqueID. m_aTreeprotected DefaultTreeWithGlobalUniqueID<KEYTYPE,VALUETYPE>AbstractRequestSingletonTreeWithUniqueID. m_aTreeprotected DefaultTreeWithGlobalUniqueID<KEYTYPE,VALUETYPE>AbstractSessionSingletonTreeWithUniqueID. m_aTreeMethods in com.helger.tree.singleton that return DefaultTreeWithGlobalUniqueID Modifier and Type Method Description DefaultTreeWithGlobalUniqueID<KEYTYPE,VALUETYPE>AbstractGlobalSingletonTreeWithUniqueID. getProxyTree()DefaultTreeWithGlobalUniqueID<KEYTYPE,VALUETYPE>AbstractRequestSingletonTreeWithUniqueID. getProxyTree()DefaultTreeWithGlobalUniqueID<KEYTYPE,VALUETYPE>AbstractSessionSingletonTreeWithUniqueID. getProxyTree()DefaultTreeWithGlobalUniqueID<KEYTYPE,VALUETYPE>ITreeWithUniqueIDProxy. getProxyTree() -
Uses of DefaultTreeWithGlobalUniqueID in com.helger.tree.xml
Methods in com.helger.tree.xml that return DefaultTreeWithGlobalUniqueID Modifier and Type Method Description static <KEYTYPE,DATATYPE>
DefaultTreeWithGlobalUniqueID<KEYTYPE,DATATYPE>TreeXMLConverter. getXMLAsTreeWithUniqueID(com.helger.xml.microdom.IMicroElement aElement, Function<? super String,? extends KEYTYPE> aIDConverter, IConverterMicroNodeToTreeItem<? extends DATATYPE> aDataConverter)static <DATATYPE> DefaultTreeWithGlobalUniqueID<String,DATATYPE>TreeXMLConverter. getXMLAsTreeWithUniqueStringID(com.helger.xml.microdom.IMicroElement aElement, IConverterMicroNodeToTreeItem<? extends DATATYPE> aDataConverter)
-