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,
com.almworks.integers.LongList children)
Reports a pair of parent row and its children (direct sub-items).
|
boolean visit(@NotNull
Forest forest,
long parent,
@NotNull
com.almworks.integers.LongList children)
children parameter.forest - the iterated forestparent - parent rowchildren - list of childrenForest.visitParentChildrenUpwards(com.almworks.jira.structure.api.forest.raw.ForestParentChildrenVisitor)Copyright © 2019 ALM Works. All Rights Reserved.