| Package | Description |
|---|---|
| com.helger.commons.hierarchy | |
| com.helger.commons.tree.util |
| 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 © 2014–2015 Philip Helger. All rights reserved.