| Package | Description |
|---|---|
| com.phloc.commons.parent.impl | |
| com.phloc.commons.tree.utils.build |
| Modifier and Type | Class and Description |
|---|---|
class |
ParentProviderHasParent<PARENTTYPE extends IHasParent<PARENTTYPE>>
A standard implementation of the
IParentProvider interface that works
with all types that implement IHasParent. |
| Modifier and Type | Method and Description |
|---|---|
static <KEYTYPE,DATATYPE extends IHasID<KEYTYPE>> |
TreeWithIDBuilder.buildTree(Collection<? extends DATATYPE> aAll,
IParentProvider<DATATYPE> aParentResolver)
A generic method to build a tree of objects.
|
static <KEYTYPE,DATATYPE extends IHasID<KEYTYPE>> |
TreeWithIDBuilder.buildTree(DATATYPE[] aAll,
IParentProvider<DATATYPE> aParentResolver)
A generic method to build a tree of objects.
|
Copyright © 2006–2014 phloc systems. All rights reserved.