Uses of Interface
com.helger.commons.hierarchy.IHasChildren
-
Packages that use IHasChildren Package Description com.helger.commons.hierarchy com.helger.commons.hierarchy.visit -
-
Uses of IHasChildren in com.helger.commons.hierarchy
Classes in com.helger.commons.hierarchy with type parameters of type IHasChildren Modifier and Type Class Description classChildrenProviderHasChildren<CHILDTYPE extends IHasChildren<CHILDTYPE>>A standard implementation of theIChildrenProviderinterface that works with all types that implementIHasChildren.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.Subinterfaces of IHasChildren in com.helger.commons.hierarchy Modifier and Type Interface Description interfaceIHasChildrenRecursive<CHILDTYPE extends IHasChildrenRecursive<CHILDTYPE>>A simple interface, indicating that an item has children which also has children etc.interfaceIHasChildrenSorted<CHILDTYPE>ExtendsIHasChildrenby indicating that the child items are sorted! -
Uses of IHasChildren in com.helger.commons.hierarchy.visit
Methods in com.helger.commons.hierarchy.visit with type parameters of type IHasChildren Modifier and Type Method Description static <CHILDTYPE extends IHasChildren<CHILDTYPE>>
voidChildrenProviderHierarchyVisitor. visitAll(IHierarchyVisitorCallback<? super CHILDTYPE> aCallback, boolean bInvokeOnStartObject)static <CHILDTYPE extends IHasChildren<CHILDTYPE>>
voidChildrenProviderHierarchyVisitor. visitFrom(CHILDTYPE aStartObject, IHierarchyVisitorCallback<? super CHILDTYPE> aCallback, boolean bInvokeOnStartObject)
-