| Package | Description |
|---|---|
| com.phloc.commons.hierarchy |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IHierarchyWalkerCallback<DATATYPE>
Interface for walking a hierarchy without the possibilities to alter they way
how the hierarchy is iterated.
|
interface |
IHierarchyWalkerDynamicCallback<DATATYPE>
Interface for walking a hierarchy including possibilities to alter they way
how the hierarchy is iterated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHierarchyWalker
The default implementation of the
IBaseHierarchyWalker interface. |
class |
DefaultHierarchyWalkerCallback<DATATYPE>
The default implementation of the
IHierarchyWalkerCallback interface
doing nothing. |
class |
DefaultHierarchyWalkerDynamicCallback<DATATYPE>
The default implementation of the
IHierarchyWalkerDynamicCallback
interface doing nothing. |
Copyright © 2006–2014 phloc systems. All rights reserved.