Interface ItemForest
- All Superinterfaces:
RowRetriever
- All Known Implementing Classes:
ImmutableItemForest,ManagerBackedItemForest
-
Field Summary
Fields inherited from interface RowRetriever
IGNORE_MISSING_ROWS -
Method Summary
Modifier and TypeMethodDescriptiondefault Set<ItemIdentity>collectItemIds(LongIterable rows) Convenience method that collects item IDs from row IDs.Methods inherited from interface RowRetriever
collectIssueIds, collectIssueIds, getRow, getRow, reduceOverRows, scanAllExistingRows, scanAllExistingRows, scanAllExistingRows, scanAllRows, scanAllRows, scanAllRows, scanAllRows, scanRows, scanRows, scanRows, scanRows
-
Method Details
-
getForest
-
collectItemIds
Description copied from interface: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.
- Specified by:
collectItemIdsin interfaceRowRetriever- Parameters:
rows- a collection of rows- Returns:
- a collection of item IDs found in the input rows
-