Home | Trees | Indices | Help |
|
---|
|
I represent the ActionScript 3 based class
flex.messaging.io.ArrayCollection
used in the Flex
framework.
The ArrayCollection
class is a wrapper class that exposes
an Array as a collection that can be accessed and manipulated using the
methods and properties of the ICollectionView
or
IList
interfaces in the Flex framework.
See Also: ArrayCollection on Livedocs (external)
Note: This class does not implement the RemoteObject part of the documentation.
|
|||
__amf__ |
|
|||
new list |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
mixed .
|
|
||
int
|
|
||
|
|||
mixed .
|
|
||
mixed or None .
|
|
||
list
|
|
||
Inherited from Inherited from |
|
|||
int
|
length [read-only] The number of items in this collection. |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
repr(x)
|
Adds the specified item to the end of the list.
Since: 0.4 |
Adds the item at the specified index.
Since: 0.4 |
Gets the item at the specified index.
Since: 0.4 |
Returns the index of the item if it is in the list such that
Since: 0.4 |
Removes all items from the list. Since: 0.4 |
Removes the item at the specified index and returns it. Any items that were after this index are now one index earlier.
Since: 0.4 |
Places the item at the specified index. If an item was already at that index the new item will replace it and it will be returned.
Since: 0.4 |
Returns an Array that is populated in the same order as the
|
|
length[read-only] The number of items in this collection. Introduced in 0.4.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Sep 19 14:56:36 2009 | http://epydoc.sourceforge.net |