Why are there no ordered dictionaries?

Ganesan Rajagopal rganesan at myrealbox.com
Tue Nov 22 23:33:25 EST 2005


 
>>>>> Alex Martelli <aleax at mail.comcast.net> writes:  > Ordered 
*by order of key insertion*: Java, PHP > Ordered *by other 
criteria*: LISP, C++  Java supports both ordered by key insertion 
(LinkedHashMap) as well as ordered by key comparison (TreeMap). 
Ganesan 

-- 
Ganesan Rajagopal (rganesan at debian.org) | GPG Key:
1024D/5D8C12EA Web: http://employees.org/~rganesan        |
http://rganesan.blogspot.com





More information about the Python-list mailing list