Class ArrayCollection<T>

java.lang.Object
org.red5.compatibility.flex.messaging.io.ArrayCollection<T>
Type Parameters:
T - type of collection elements
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>, IExternalizable

public class ArrayCollection<T> extends Object implements Collection<T>, List<T>, IExternalizable
Flex ArrayCollection compatibility class.
Author:
The Red5 Project, Joachim Bauch (jojo@struktur.de), Paul Gregoire (mondain@gmail.com)
See Also: