> Notice the difference: "the order in which elements are added" versus
> "according to their natural order".  This means that if I enter the
> Strings "a", "c", "b" (in that order), they will return:
> SequencedHashtable: a,c,b
> TreeMap: a,b,c
> 
> 

Good call :) I can finally stop scratching my head over why I wrote myself
a ListMap and didn't use TreeMap.

Bay

Reply via email to