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, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, 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