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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
containsAll, equals, hashCode
private static final long serialVersionUID
public ArraySet()
public ArraySet(int i)
public ArraySet(Collection<? extends E> c)