|
What's the difference between the two? Which is better - are ArrayLists better than Generic Lists in some cases, which?
(comments are locked)
|
|
ArrayLists are only useful if you have to put different types of objects into a collection. They are slower than generic Lists. Lists are slower than built-in arrays, but they are mutable. http://answers.unity3d.com/questions/48404/what-is-better-on-iphone-arraylist-or-listt http://answers.unity3d.com/questions/40808/array-vs-arraylist Google ArrayList vs Generic List for more details. You can use List
May 14 '11 at 05:29 AM
yoyo
(comments are locked)
|
