> I am loosing a little bit of flexibility but I'm hoping to
> increase the performance due to the use of generics over ArrayLists.

        It only gains you something if you're storing value types in the lists. 
A List<referencetype> is as fast as ArrayList(),
though in usage a little faster because you don't have to cast (though that's 
relatively minor)

                Frans

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to