public abstract class UnmodifiableSetList<E> extends AbstractSetList<E>
SetList.LecticOrder<E>
Constructor and Description |
---|
UnmodifiableSetList() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(E e) |
void |
add(int i,
E e) |
boolean |
addAll(Collection<? extends E> c) |
boolean |
addAll(int i,
Collection<? extends E> c) |
void |
clear() |
E |
remove(int i) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
E |
set(int i,
E e) |
boolean |
set(Object o,
E e) |
clone, contains, containsAll, equals, filter, get, getAll, hashCode, indexOf, indicesOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, size, subBitSet, subList, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
currentIndex, getLecticOrder, index, indexGuava, spliterator
replaceAll, sort
parallelStream, removeIf, stream
public UnmodifiableSetList()
public final boolean addAll(Collection<? extends E> c)
public final boolean addAll(int i, Collection<? extends E> c)
public final void clear()
public final boolean removeAll(Collection<?> c)
public final boolean retainAll(Collection<?> c)
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.