| Package | Description |
|---|---|
| com.helger.commons.hierarchy |
| Modifier and Type | Class and Description |
|---|---|
class |
ChildrenProviderHasChildrenWithID<KEYTYPE,CHILDTYPE extends IHasChildren<CHILDTYPE> & IHasID<KEYTYPE>>
An implementation of the
IChildrenProviderWithID interface that works
with all types that implement IHasChildren and IHasID. |
class |
ChildrenProviderSortingWithID<KEYTYPE,CHILDTYPE>
An
IChildrenProviderWithID with ID that returns the children in
ChildrenProviderSorting.getAllChildren(Object) sorted. |
| Modifier and Type | Method and Description |
|---|---|
IChildrenProviderWithID<KEYTYPE,CHILDTYPE> |
ChildrenProviderSortingWithID.getChildrenProvider() |
| Constructor and Description |
|---|
ChildrenProviderSortingWithID(IChildrenProviderWithID<KEYTYPE,CHILDTYPE> aCP,
Comparator<? super CHILDTYPE> aComparator) |
Copyright © 2014–2019 Philip Helger. All rights reserved.