数组和ArrayCollection的(Flex的)之间的区别 [英] Difference between Array and ArrayCollection(Flex)

查看:199
本文介绍了数组和ArrayCollection的(Flex的)之间的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

什么是数组和ArrayCollection的区别呢?

What's the difference between array and arraycollection?

推荐答案

首先,ArrayCollection的是专为Flex框架。它就像一个代理对于给定的阵列实例。这意味着它可以监听到源阵列进行修改和更新自我,当这种情况发生。它也包含了框架特别需要其他方法的一个子集(看看在的IList 实现实例)。

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).

这篇关于数组和ArrayCollection的(Flex的)之间的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆