Uses of Package
com.helger.commons.hierarchy
-
Packages that use com.helger.commons.hierarchy Package Description com.helger.commons.hierarchy com.helger.commons.hierarchy.visit -
Classes in com.helger.commons.hierarchy used by com.helger.commons.hierarchy Class Description ChildrenProviderHasChildren A standard implementation of theIChildrenProviderinterface that works with all types that implementIHasChildren.ChildrenProviderSorting AnIChildrenProviderthat returns the children inChildrenProviderSorting.getAllChildren(Object)sorted.
The implementation wraps an existing children provider and uses and external comparator for sorting.IChildrenProvider This interface can be used to generically resolved children of a certain object.IChildrenProviderSorted This interface can be used to generically resolved children of a certain object in a sorted way.IChildrenProviderWithID This interface can be used to generically resolved children of a certain object.IHasChildren A simple interface, indicating that an item has direct children.IHasChildrenRecursive A simple interface, indicating that an item has children which also has children etc.IHasChildrenSorted ExtendsIHasChildrenby indicating that the child items are sorted!IHasParent This helper interface is required to build a hierarchy of objects.IParentProvider This helper interface is required to build a generic tree. -
Classes in com.helger.commons.hierarchy used by com.helger.commons.hierarchy.visit Class Description IChildrenProvider This interface can be used to generically resolved children of a certain object.IHasChildren A simple interface, indicating that an item has direct children.