flex arraycollection - can i specify the size for an arraycollection?
Posted
by crazy horse
on Stack Overflow
See other posts from Stack Overflow
or by crazy horse
Published on 2010-03-12T22:56:48Z
Indexed on
2010/03/12
22:57 UTC
Read the original article
Hit count: 324
Context: I use an ArrayCollection object as follows: 1) Number of elements is fixed. 2) Elements are inserted at a given position, based on some order.
Question: Can I set the max size of the ArrayCollection? Will fixing the size improve the performance, as elements keep getting inserted into this collection?
-Thank You
© Stack Overflow or respective owner