public class HashSetArrayList<E> extends AbstractSetList<E>
SetList.LecticOrder<E>
Constructor and Description |
---|
HashSetArrayList() |
HashSetArrayList(Collection<? extends E> c) |
Modifier and Type | Method and Description |
---|---|
boolean |
_add(int i,
E e) |
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() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
E |
get(int i) |
int |
hashCode() |
int |
indexOf(Object o) |
boolean |
isEmpty() |
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) |
int |
size() |
void |
sort(Comparator<? super E> c) |
Spliterator<E> |
spliterator() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
clone, equals, filter, getAll, indicesOf, iterator, lastIndexOf, listIterator, set, subBitSet, subList, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
currentIndex, getLecticOrder, index, indexGuava
replaceAll
parallelStream, removeIf, stream
public HashSetArrayList()
public HashSetArrayList(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>
containsAll
in class AbstractSetList<E>
public ListIterator<E> listIterator(int i)
listIterator
in interface List<E>
listIterator
in class AbstractSetList<E>
public void sort(Comparator<? super E> c)
public Spliterator<E> spliterator()
public boolean isEmpty()
public int size()
public void clear()
public int hashCode()
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.