@Deprecated public class UniqueList<T> extends ArrayList<T>
modCount
Constructor and Description |
---|
UniqueList()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
add(T t)
Deprecated.
|
boolean |
addAll(Collection<? extends T> c)
Deprecated.
|
add, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
public boolean add(T t)