public interface ForestParentChildrenVisitor
Forest.visitParentChildrenUpwards(com.almworks.jira.structure.api.forest.raw.ForestParentChildrenVisitor).Forest.visitParentChildrenUpwards(com.almworks.jira.structure.api.forest.raw.ForestParentChildrenVisitor)| Modifier and Type | Method and Description |
|---|---|
boolean |
visit(Forest forest,
long parent,
LongList children)
Reports a pair of parent row and its children (direct sub-items).
|
boolean visit(@NotNull
Forest forest,
long parent,
@NotNull
LongList children)
children parameter.forest - the iterated forestparent - parent rowchildren - list of childrenForest.visitParentChildrenUpwards(com.almworks.jira.structure.api.forest.raw.ForestParentChildrenVisitor)Copyright © 2021 ALM Works. All Rights Reserved.