Uses of Class
com.helger.commons.hierarchy.ChildrenProviderHasChildren
-
Packages that use ChildrenProviderHasChildren Package Description com.helger.commons.hierarchy -
-
Uses of ChildrenProviderHasChildren in com.helger.commons.hierarchy
Subclasses of ChildrenProviderHasChildren in com.helger.commons.hierarchy Modifier and Type Class Description classChildrenProviderHasChildrenSorted<CHILDTYPE extends IHasChildrenSorted<CHILDTYPE>>AnIChildrenProviderSortedimplementation for object implementing theIHasChildrenSortedinterface.classChildrenProviderHasChildrenSorting<CHILDTYPE extends IHasChildren<CHILDTYPE>>An implementation of theIChildrenProviderinterface that works with all types that implementIHasChildren.classChildrenProviderHasChildrenWithID<KEYTYPE,CHILDTYPE extends IHasChildren<CHILDTYPE> & IHasID<KEYTYPE>>An implementation of theIChildrenProviderWithIDinterface that works with all types that implementIHasChildrenandIHasID.
-