Interface ItemRepo
- All Known Implementing Classes:
ItemHashMap
public interface ItemRepo
Repository interface for managing items, with simple getters.
-
Method Summary
-
Method Details
-
getItem
-
getItemsAsList
-
getSize
int getSize()Retrieves the number of items in the repository.- Returns:
- The number of items in the repository.
-