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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
containsAll, equals, hashCode
public void readExternal(IDataInput input)
readExternal
in interface IExternalizable
input
- object to be used for data loadingpublic void writeExternal(IDataOutput output)
writeExternal
in interface IExternalizable
output
- object to be used for data storingCopyright © 2006-2012 The Red5 Project