Re: Update Value Hashtable
Quote:
how to iterate the hashtable
Read the API doc for the Hashtable class. It has methods that you can use to go throught the hashtables contents.
Re: Update Value Hashtable
Are you using a HashMap or a HashTable?
And how exactly are you getting data to do the updating?
Re: Update Value Hashtable
Im Using HashTable and for example i have a method wich simulate a match and do random scores between 2 teams, so depends on wich one wins i have to update the score from that team in the hashtable