T - type of collectionpublic class ArrayCollection<T> extends ArrayList<T> implements Collection<T>, IExternalizable
ArrayCollection compatibility class.modCount| Constructor and Description |
|---|
ArrayCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(IDataInput input)
Load custom object from stream.
|
void |
writeExternal(IDataOutput output)
Store custom object to stream.
|
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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArraycontainsAll, equals, hashCodepublic void readExternal(IDataInput input)
readExternal in interface IExternalizableinput - object to be used for data loadingpublic void writeExternal(IDataOutput output)
writeExternal in interface IExternalizableoutput - object to be used for data storingCopyright © 2006-2012 The Red5 Project