public interface ItemForest extends RowRetriever
IGNORE_MISSING_ROWS| Modifier and Type | Method and Description |
|---|---|
default Set<ItemIdentity> |
collectItemIds(LongIterable rows)
Convenience method that collects item IDs from row IDs.
|
Forest |
getForest() |
collectIssueIds, collectIssueIds, getRow, getRow, reduceOverRows, scanAllExistingRows, scanAllExistingRows, scanAllExistingRows, scanAllRows, scanAllRows, scanAllRows, scanAllRows, scanRows, scanRows, scanRows, scanRows@NotNull Forest getForest()
@NotNull default Set<ItemIdentity> collectItemIds(@Nullable LongIterable rows)
RowRetrieverConvenience method that collects item IDs from row IDs. Ignores missing rows.
The returned collection is owned by the caller and may be further modified.
collectItemIds in interface RowRetrieverrows - a collection of rowsCopyright © 2023 ALM Works. All Rights Reserved.