Please I need to query from the an Integer Value (AtomicInteger) from the Inner HashMap of a Multidimensional HashMap. I need to know what LocalStore has a copy of a game in stock. I have the inStock HashMap seperate… Here is the code on PasteBin…
Please I need help on how to proceed!
A simple solution is to iterate over the
inStockMap. If you don’t have hundreds or thousands of stores the performance will be fine.