public class ArraySet<E> extends ArrayList<E> implements Set<E>
modCount| Constructor and Description |
|---|
ArraySet() |
ArraySet(Collection<E> c) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E element) |
void |
add(int index,
E element) |
E |
set(int index,
E element) |
addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, 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, hashCodepublic ArraySet()
public ArraySet(Collection<E> c)
Copyright © 2016. All Rights Reserved.