public class UniqueList<E>
extends java.util.ArrayList<E>
| Constructor and Description |
|---|
UniqueList() |
UniqueList(java.util.Collection<E> c) |
UniqueList(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E e) |
void |
add(int index,
E e) |
boolean |
addAll(java.util.Collection<? extends E> c) |
boolean |
addAll(int index,
java.util.Collection<? extends E> c) |
E |
set(int index,
E e) |
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)