J
J2EE Convert
Hey All,
I was just curious as to why the SortedList collection in
System.Collections namespace was named as such. It seems strange to me
that it was not named a SortedDictionary. I noticed in the
System.Collection.Generic namespace they named a similar generic
collection a SortedDictionary. Not that it really matters but it
always throws me for a loop when I see it. My first instinct is that
it is a IList impl. I always end looking at the documentation and have
a Homer moment 'DOH!!!!'
PD
I was just curious as to why the SortedList collection in
System.Collections namespace was named as such. It seems strange to me
that it was not named a SortedDictionary. I noticed in the
System.Collection.Generic namespace they named a similar generic
collection a SortedDictionary. Not that it really matters but it
always throws me for a loop when I see it. My first instinct is that
it is a IList impl. I always end looking at the documentation and have
a Homer moment 'DOH!!!!'
PD