Re: Is it possible to recover from an 'Hashtable' object the elements in the same entry order?
Posted By:
John_Zukowski
Posted On:
Thursday, April 26, 2001 12:32 PM
Wait til Java 1.4...... You'll get a LinkedHashMap and LinkedHashSet which preserve insertion order.