Uses of Class
com.almworks.jira.structure.api.forest.raw.ArrayForest
Packages that use ArrayForest
Package
Description
-
Uses of ArrayForest in com.almworks.jira.structure.api.forest
Methods in com.almworks.jira.structure.api.forest with parameters of type ArrayForestModifier and TypeMethodDescriptionvoidForestChange.Add.apply(ArrayForest forest) abstract voidForestChange.apply(ArrayForest forest) Given mutable forest, apply the change to it.voidForestChange.Move.apply(ArrayForest forest) voidForestChange.Remove.apply(ArrayForest forest) voidForestChange.Reorder.apply(ArrayForest forest) -
Uses of ArrayForest in com.almworks.jira.structure.api.forest.raw
Methods in com.almworks.jira.structure.api.forest.raw that return ArrayForestModifier and TypeMethodDescriptionArrayForest.clone()ArrayForest.copy()Forest.copy()Creates an exact copy of this forest.ArrayForest.copySubforest(long row) Forest.copySubforest(long row) ArrayForest.copySubforestAtIndex(int k) Forest.copySubforestAtIndex(int index) ArrayForest.filterHardest(La<Long, ?> filter) ArrayForest.filterSoft(La<Long, ?> filter) ArrayForest.makeImmutable()Makes this instance non-modifiable -
Uses of ArrayForest in com.almworks.jira.structure.api.util
Methods in com.almworks.jira.structure.api.util that return ArrayForest