public class TypedArrayList<T> extends ArrayList<T> implements TypedList<T>
modCount| Constructor and Description |
|---|
TypedArrayList(Class<T> clazz) |
TypedArrayList(Class<T> clazz,
Collection c) |
TypedArrayList(Class<T> clazz,
int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
Class |
getType() |
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, toStringpublic TypedArrayList(Class<T> clazz, Collection c)
Copyright © 2011-2013 BSTOI.NL. All Rights Reserved.