@Deprecated public class UniqueList<E> extends ArrayList<E>
modCount| Constructor and Description |
|---|
UniqueList()
Deprecated.
|
UniqueList(Collection<E> c)
Deprecated.
|
UniqueList(int initialCapacity)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E e)
Deprecated.
|
void |
add(int index,
E e)
Deprecated.
|
boolean |
addAll(Collection<? extends E> c)
Deprecated.
|
boolean |
addAll(int index,
Collection<? extends E> c)
Deprecated.
|
E |
set(int index,
E e)
Deprecated.
|
clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringcontainsAll, equals, hashCodepublic UniqueList()
public UniqueList(Collection<E> c)
public UniqueList(int initialCapacity)
public boolean add(E e)
public void add(int index,
E e)
public boolean addAll(Collection<? extends E> c)
public boolean addAll(int index,
Collection<? extends E> c)