import java.util.HashMap; public class Store { public static HashMap itemStore = new HashMap<>(); ///ArrayList mealStore = new ArrayList<>(); }