Interface ForestParentChildrenVisitor
public interface ForestParentChildrenVisitor
Used to iterate over a forest - see
Forest.visitParentChildrenUpwards(com.almworks.jira.structure.api.forest.raw.ForestParentChildrenVisitor).- Author:
- Igor Sereda
- See Also:
-
Method Summary
-
Method Details
-
visit
Reports a pair of parent row and its children (direct sub-items). If a row has no children (it's a leaf), then this method is called with emptychildrenparameter.- Parameters:
forest- the iterated forestparent- parent rowchildren- list of children- Returns:
- true if the iteration should continue, false to stop iterating and exit visiting
- See Also:
-