public class ArraySet<T> extends ArrayList<T> implements Set<T>
modCount| Constructor and Description |
|---|
ArraySet() |
ArraySet(Collection<? extends T> c) |
ArraySet(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(T element) |
boolean |
addAll(Collection<? extends T> c) |
boolean |
addAll(int index,
Collection<? extends T> c) |
add, 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, waitclear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streamcontainsAll, equals, hashCodepublic ArraySet()
public ArraySet(Collection<? extends T> c)
public ArraySet(int initialCapacity)
public boolean add(T element)
public boolean addAll(Collection<? extends T> c)
Copyright © 2011–2024 Live Ontologies Project. All rights reserved.