@Deprecated
public class UniqueList<E>
extends java.util.ArrayList<E>
| Constructor and Description |
|---|
UniqueList()
Deprecated.
|
UniqueList(java.util.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(java.util.Collection<? extends E> c)
Deprecated.
|
boolean |
addAll(int index,
java.util.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, trimToSizepublic UniqueList()
public UniqueList(java.util.Collection<E> c)
public UniqueList(int initialCapacity)