public class ScopedArrayList<E> extends ArrayList<E>
modCount| Constructor and Description |
|---|
ScopedArrayList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
E element) |
boolean |
addAll(Collection<? extends E> c) |
boolean |
addAll(int index,
Collection<? extends E> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
E |
get(int index) |
protected List<E> |
getUpper() |
int |
indexOf(Object o) |
boolean |
isEmpty() |
int |
lastIndexOf(Object o) |
E |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
E |
set(int index,
E element) |
int |
size() |
add, clone, ensureCapacity, forEach, iterator, listIterator, listIterator, removeIf, removeRange, replaceAll, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodetoStringfinalize, getClass, notify, notifyAll, wait, wait, waitparallelStream, streampublic int size()
public boolean isEmpty()
public boolean contains(Object o)
public boolean remove(Object o)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<E>containsAll in interface List<E>containsAll in class AbstractCollection<E>public boolean addAll(Collection<? extends E> c)
public boolean addAll(int index,
Collection<? extends E> c)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public void clear()
public E get(int index)
public void add(int index,
E element)
public E remove(int index)
public int indexOf(Object o)
public int lastIndexOf(Object o)
lastIndexOf in interface List<E>lastIndexOf in class ArrayList<E>Copyright © 2019 Streamx. All rights reserved.