Hi
I then want to return the found Item(s) as HashMap
Any ideas?
- In one method, I'm storing objects into a HashMap(Object-A, Object-B)
- Another method I'm searching through the HashMap looking for specific item by comparing Object-B to Object-C.
- I find a match(can be multiple)
I then want to return the found Item(s) as HashMap
Any ideas?
Last edited: