public interface TransientLinkList<E> extends MDWEList<E>
MDWObject
element of this list.
This list does not contain duplicate elements.
Any add
call will first ensure the element is not already part of the list.
This interface is not intended to be implemented by clients.
Modifier and Type | Method and Description |
---|---|
boolean |
add(E o)
Adds the specified element to this list if it is not already present.
|
void |
add(int index,
E element)
Adds the specified element to this list at the specified index if it is not already present.
|
boolean |
addAll(Collection<? extends E> c)
Adds all of the elements in the specified collection to this list if they're not already present.
|
boolean |
addAll(int index,
Collection<? extends E> c)
Adds all of the elements in the specified collection
to this list at the specified index if they're not already present.
|
collect, collect, collect, concat, concat, concat, concat, concat, concat, copy, detect, detect, detect, first, getInstances, getInstances, getInstances, getInstances, getProfiledInstances, getProfiledInstances, getProfiledInstances, getProfiledInstances, last, reject, reject, reject, reverse, select, select, select, sort, sort, sort, toSet
clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
boolean add(E o)
void add(int index, E element)
boolean addAll(Collection<? extends E> c)
boolean addAll(int index, Collection<? extends E> c)