| Interface | Description |
|---|---|
| Forest |
Forest interface provides indexed access to a data structure that stores row hierarchy
(the hierarchy is a sequence of tree structures, a forest). |
| ForestChangeEventHandler |
This interface may be used to collect additional information while forest changes are being made.
|
| ForestIterationControl |
ForestIterationControl is an auxiliary object passed to some forest iteration methods for
control of the iteration over a forest. |
| ForestParentChildrenClosure<T,C> |
Implement this interface to efficiently process a forest in a bottom-up style with
Forest.foldUpwards(com.almworks.jira.structure.api.forest.raw.ForestParentChildrenClosure<T, C>). |
| ForestParentChildrenVisitor |
Used to iterate over a forest - see
Forest.visitParentChildrenUpwards(com.almworks.jira.structure.api.forest.raw.ForestParentChildrenVisitor). |
| ForestScanControl |
Lets an iteratee under
Forest.scanDownwards(com.almworks.jira.structure.api.forest.raw.ForestScanner) control the iteration and receive additional information
about the current position. |
| ForestScanner |
| Class | Description |
|---|---|
| ArrayForest |
Mutable inheritor of
Forest class. |
| ForestParentChildrenListClosure<T> |
This is a utility implementation of
ForestParentChildrenClosure that collects the results
of processing sub-rows into a list. |
| Exception | Description |
|---|---|
| ForestMergeStructureException |
Copyright © 2018 ALM Works. All Rights Reserved.