Uses of Interface
com.helger.commons.hierarchy.IChildrenProviderWithID
-
Packages that use IChildrenProviderWithID Package Description com.helger.commons.hierarchy -
-
Uses of IChildrenProviderWithID in com.helger.commons.hierarchy
Classes in com.helger.commons.hierarchy that implement IChildrenProviderWithID Modifier and Type Class Description classChildrenProviderHasChildrenWithID<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 IChildrenProviderWithID Modifier and Type Method Description IChildrenProviderWithID<KEYTYPE,CHILDTYPE>ChildrenProviderSortingWithID. getChildrenProvider()Constructors in com.helger.commons.hierarchy with parameters of type IChildrenProviderWithID Constructor Description ChildrenProviderSortingWithID(IChildrenProviderWithID<KEYTYPE,CHILDTYPE> aCP, Comparator<? super CHILDTYPE> aComparator)
-