@Deprecated
public class UniqueList<T>
extends java.util.ArrayList<T>
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Deprecated.
|
| Constructor and Description |
|---|
UniqueList()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(T t)
Deprecated.
|
boolean |
addAll(java.util.Collection<? extends T> c)
Deprecated.
|
add, 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, trimToSizeprivate static final long serialVersionUID
public boolean add(T t)