public class ArrayCollection extends ArrayList<Object> implements Externalizable
modCount| Constructor and Description |
|---|
ArrayCollection() |
ArrayCollection(Collection<?> col) |
ArrayCollection(int capacity) |
ArrayCollection(Object[] array) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(Object[] array) |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
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, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic ArrayCollection()
public ArrayCollection(int capacity)
public ArrayCollection(Collection<?> col)
public ArrayCollection(Object[] array)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic String toString()
toString in class AbstractCollection<Object>