JAVA logic help

Associate
Joined
17 Nov 2008
Posts
209
Hi

  • 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:
Back
Top Bottom