org.red5.compatibility.flex.messaging.io
Class ArrayCollection<T>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<T>
org.red5.compatibility.flex.messaging.io.ArrayCollection<T>
- Type Parameters:
T
- type of collection
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>, RandomAccess, IExternalizable
public class ArrayCollection<T>
- extends ArrayList<T>
- implements Collection<T>, IExternalizable
Flex ArrayCollection
compatibility class.
- Author:
- The Red5 Project (red5@osflash.org), Joachim Bauch (jojo@struktur.de)
- See Also:
- Adobe Livedocs (external),
Serialized Form
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize |
Methods inherited from interface java.util.Collection |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
ArrayCollection
public ArrayCollection()
readExternal
public void readExternal(IDataInput input)
- Load custom object from stream.
- Specified by:
readExternal
in interface IExternalizable
- Parameters:
input
- object to be used for data loading
writeExternal
public void writeExternal(IDataOutput output)
- Store custom object to stream.
- Specified by:
writeExternal
in interface IExternalizable
- Parameters:
output
- object to be used for data storing
Copyright © 2006-2012 The Red5 Project