[EMAIL PROTECTED] ha scritto:
Hello!
I've got a Hashtable
Hashtable <Integer, ArrayList<SomeObject>> mytable;
Hashtable does not guarantee anything about order!
The keys are now listed in descending order
Really? I think it's a lucky behaviour!
- but I need ascending order. How
can I change this behaviour?
Use LinkedHashmap
Ciao
Antonio
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]