Package Model

Class Inventory

java.lang.Object
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Integer[]>

public class Inventory extends HashMap<String,Integer[]>
A custom HashMap to store the inventory of the clinic Maps a medicine name to an array of two integers: the first integer is the quantity of the medicine in stock, the second integer is the low stock alert threshold
See Also: