Uses of Interface
com.helger.commons.hierarchy.IHasChildren
Packages that use IHasChildren
-
Uses of IHasChildren in com.helger.commons.hierarchy
Classes in com.helger.commons.hierarchy with type parameters of type IHasChildrenModifier and TypeClassDescriptionclassChildrenProviderHasChildren<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.hierarchyModifier and TypeInterfaceDescriptioninterfaceIHasChildrenRecursive<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 IHasChildrenModifier and TypeMethodDescriptionstatic <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)