public class ArraySet<E> extends ArrayList<E> implements Set<E>
HashSet).| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
modCount| Constructor and Description |
|---|
ArraySet() |
ArraySet(Collection<? extends E> c) |
ArraySet(int i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E e) |
add, addAll, 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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streamcontainsAll, equals, hashCodeprivate static final long serialVersionUID
public ArraySet()
public ArraySet(int i)
public ArraySet(Collection<? extends E> c)