flex.messaging.io
Class ArrayCollection
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Object>
flex.messaging.io.ArrayCollection
- All Implemented Interfaces:
- Externalizable, Serializable, Cloneable, Iterable<Object>, Collection<Object>, List<Object>, RandomAccess
- Direct Known Subclasses:
- UIDList, UIDSet
public class ArrayCollection
- extends ArrayList<Object>
- implements Externalizable
- Author:
- Franck WOLFF
- 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, removeRange, set, size, toArray, toArray, trimToSize |
ArrayCollection
public ArrayCollection()
ArrayCollection
public ArrayCollection(int capacity)
ArrayCollection
public ArrayCollection(Collection<?> col)
ArrayCollection
public ArrayCollection(Object[] array)
addAll
public void addAll(Object[] array)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal in interface Externalizable
- Throws:
IOException
ClassNotFoundException
toString
public String toString()
- Overrides:
toString in class AbstractCollection<Object>