flex.messaging.io
Class ArrayCollection
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
flex.messaging.io.ArrayCollection
- All Implemented Interfaces:
- Externalizable, Serializable, Cloneable, Iterable, Collection, List, RandomAccess
public class ArrayCollection
- extends ArrayList
- implements Externalizable
Used to map to client mx.collections.ArrayCollection to java.util.Lists in Java.
- See Also:
- Serialized Form
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize |
ArrayCollection
public ArrayCollection()
ArrayCollection
public ArrayCollection(Collection c)
ArrayCollection
public ArrayCollection(int initialCapacity)
getSource
public Object[] getSource()
setDescriptor
public void setDescriptor(SerializationDescriptor desc)
setSource
public void setSource(Object[] s)
setSource
public void setSource(Collection s)
readExternal
public void readExternal(ObjectInput input)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput output)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException
Copyright © 2008 Adobe Systems Inc. All Rights Reserved.
Send me an e-mail when comments are added to this page
| Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/io/ArrayCollection.html