public interface ConcurrentList<E>
extends java.util.List<E>
Modifier and Type | Method and Description |
---|---|
int |
addAllAbsent(java.util.Collection<? extends E> c)
Appends all of the elements in the specified collection that
are not already contained in this list, to the end of
this list, in the order that they are returned by the
specified collection's iterator.
|
boolean |
addIfAbsent(E e)
Append the element if not present.
|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, of, of, of, of, of, of, of, of, of, of, of, of, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
boolean addIfAbsent(E e)
int addAllAbsent(java.util.Collection<? extends E> c)