The purpose of this component is to model a collection of items in an inventory. Inventories are fixed size and hold Item objects. Items have a name and a set of tags (modeled as String, Integer pairs), which always includes their count. Inventories may be restricted so that only Items with all of a list of tags are permitted.
generated from jrg94/portfolio-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Java package for an Inventory data structure along with docs, JUnit tests, and demo use cases. Designed for use in game inventory systems.
License
311993/Inventory
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Java package for an Inventory data structure along with docs, JUnit tests, and demo use cases. Designed for use in game inventory systems.