What's the difference between array and arraycollection?
First, the ArrayCollection is designed for the Flex framework. It acts like a Proxy
for a given Array
instance. This means it can listen for modifications made to the source Array
and update it self when this happens. It also contains a subset of additional methods required specifically by the framework (have a look at the IList implementation for instance).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With