Uses of Interface
com.helger.commons.hierarchy.IChildrenProviderWithID
Packages that use IChildrenProviderWithID
-
Uses of IChildrenProviderWithID in com.helger.commons.hierarchy
Classes in com.helger.commons.hierarchy that implement IChildrenProviderWithIDModifier and TypeClassDescriptionclassChildrenProviderHasChildrenWithID<KEYTYPE,CHILDTYPE extends IHasChildren<CHILDTYPE> & IHasID<KEYTYPE>> An implementation of theIChildrenProviderWithIDinterface that works with all types that implementIHasChildrenandIHasID.classChildrenProviderSortingWithID<KEYTYPE,CHILDTYPE> AnIChildrenProviderWithIDwith ID that returns the children inChildrenProviderSorting.getAllChildren(Object)sorted.Methods in com.helger.commons.hierarchy that return IChildrenProviderWithIDConstructors in com.helger.commons.hierarchy with parameters of type IChildrenProviderWithIDModifierConstructorDescriptionChildrenProviderSortingWithID(IChildrenProviderWithID<KEYTYPE, CHILDTYPE> aCP, Comparator<? super CHILDTYPE> aComparator)