Interface RowRetriever

All Known Subinterfaces:
ItemForest, RowManager
All Known Implementing Classes:
ImmutableItemForest, ManagerBackedItemForest

public interface RowRetriever

RowRetriever is an abstraction of an object that can provide an instance of StructureRow by its numeric ID. In addition, it has bulk access methods that may provide multiple StructureRow instances more efficiently.

There's a number of bulk scanning methods that are provided for convenience. The following naming convention is used:

See Also: