View Single Post
  #2 (permalink)  
Old 12-14-2007, 12:56 PM
Abdul Ajis Abdul Ajis is offline
Member
 
Join Date: Dec 2007
Posts: 12
Abdul Ajis is on a distinguished road
Hey try to use HashMap , put your id as a key and value as what u want

Then whenever the id comes in , you can easily pick up from the hashmap

Hope this fix your issue , this way u can reduce loops
Reply With Quote