public abstract class AbstractSetList<E> extends Object implements SetList<E>
SetList.LecticOrder<E>
Constructor and Description |
---|
AbstractSetList() |
AbstractSetList(Collection<? extends E> c) |
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() |
HashSetArrayList<E> |
clone() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
boolean |
equals(Object o) |
SetList<E> |
filter(com.google.common.base.Predicate<? super E> p) |
E |
get(int i) |
Collection<E> |
getAll(Collection<Integer> c,
boolean includeNull) |
int |
hashCode() |
int |
indexOf(Object o) |
Collection<Integer> |
indicesOf(Collection<?> c,
boolean includeMinusOne) |
boolean |
isEmpty() |
Iterator<E> |
iterator() |
int |
lastIndexOf(Object o)
Deprecated.
|
ListIterator<E> |
listIterator() |
abstract ListIterator<E> |
listIterator(int i) |
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) |
int |
size() |
BitSetFX |
subBitSet(Collection<?> c) |
SetList<E> |
subList(int from,
int to) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
String |
toString() |
finalize, getClass, notify, notifyAll, wait, wait, wait
currentIndex, getLecticOrder, index, indexGuava, spliterator
replaceAll, sort
parallelStream, removeIf, stream
public AbstractSetList()
public AbstractSetList(Collection<? extends E> c)
public boolean addAll(Collection<? extends E> c)
public boolean addAll(int i, Collection<? extends E> c)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public boolean containsAll(Collection<?> c)
containsAll
in interface Collection<E>
containsAll
in interface List<E>
containsAll
in interface Set<E>
public final Collection<E> getAll(Collection<Integer> c, boolean includeNull)
public final Collection<Integer> indicesOf(Collection<?> c, boolean includeMinusOne)
@Deprecated public final int lastIndexOf(Object o)
lastIndexOf
in interface SetList<E>
lastIndexOf
in interface List<E>
public final BitSetFX subBitSet(Collection<?> c)
public final ListIterator<E> listIterator()
listIterator
in interface List<E>
public abstract ListIterator<E> listIterator(int i)
listIterator
in interface List<E>
public boolean isEmpty()
public int size()
public void clear()
public final HashSetArrayList<E> clone()
public int hashCode()
public <T> T[] toArray(T[] a)
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.