Title: Sorting Java Object Question

Hi guys,

Does anyone know how to sort a Hashtable just like the one in Array List? I need a hastable that contains a bunch of objects (can be string) that is sortable based on the value of the hashtable. Is there embedded methods such as in ArrayList.sort method?

Thanks
Rendra

Reply via email to