Uses of Interface
com.almworks.jira.structure.api.forest.raw.ForestParentChildrenVisitor
Packages that use ForestParentChildrenVisitor
-
Uses of ForestParentChildrenVisitor in com.almworks.jira.structure.api.forest.raw
Methods in com.almworks.jira.structure.api.forest.raw with parameters of type ForestParentChildrenVisitorModifier and TypeMethodDescriptionvoidArrayForest.visitParentChildrenUpwards(ForestParentChildrenVisitor visitor) voidForest.visitParentChildrenUpwards(ForestParentChildrenVisitor visitor) This method is used to efficiently traverse all pairs (parent, children) from the end of the forest upwards.