| Class | Description |
|---|---|
| AbstractChildrenProviderWithUniqueIDHasChildren<KEYTYPE,CHILDTYPE extends IHasChildren<CHILDTYPE>> |
An abstract implementation of the
IChildrenProviderWithUniqueID
interface that works with all types that implement IHasChildren. |
| ChildrenProviderHasChildren<CHILDTYPE extends IHasChildren<CHILDTYPE>> |
A standard implementation of the
IChildrenProvider interface that
works with all types that implement IHasChildren. |
| ChildrenProviderHasChildrenSorted<CHILDTYPE extends IHasChildrenSorted<CHILDTYPE>> |
An
IChildrenProviderSorted implementation for object implementing the
IHasChildrenSorted interface. |
| ChildrenProviderHasChildrenSorting<CHILDTYPE extends IHasChildren<CHILDTYPE>> |
An implementation of the
IChildrenProvider
interface that works with all types that implement
IHasChildren. |
| ChildrenProviderHasChildrenWithID<KEYTYPE,CHILDTYPE extends IHasChildren<CHILDTYPE> & IHasID<KEYTYPE>> |
An implementation of the
IChildrenProviderWithID interface that works
with all types that implement IHasChildren and IHasID. |
| ChildrenProviderSorting<CHILDTYPE> |
An
IChildrenProvider that returns the children in
ChildrenProviderSorting.getChildren(Object) sorted. |
| ChildrenProviderSortingWithID<KEYTYPE,CHILDTYPE> |
An
IChildrenProviderWithID with ID that returns the children in
ChildrenProviderSorting.getChildren(Object) sorted. |
| ChildrenProviderSortingWithUniqueID<KEYTYPE,CHILDTYPE> |
An
IChildrenProviderWithID with ID that
returns the children in ChildrenProviderSorting.getChildren(Object) sorted. |
| ParentProviderHasParent<PARENTTYPE extends IHasParent<PARENTTYPE>> |
A standard implementation of the
IParentProvider interface that works
with all types that implement IHasParent. |
Copyright © 2006–2014 phloc systems. All rights reserved.