private static final class LogManager.ReadOnlyArrayList<T>
extends java.util.ArrayList<T>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Modifier | Constructor and Description |
---|---|
private |
ReadOnlyArrayList(java.util.Collection<? extends T> c) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
java.util.Iterator<T> |
iterator() |
java.util.ListIterator<T> |
listIterator(int index) |
(package private) static <T> LogManager.ReadOnlyArrayList<T> |
of(java.util.Collection<? extends T> c) |
T |
remove(int index) |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection<?> c) |
protected void |
removeRange(int fromIndex,
int toIndex) |
boolean |
retainAll(java.util.Collection<?> c) |
T |
set(int index,
T element) |
add, add, addAll, addAll, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, lastIndexOf, listIterator, removeIf, replaceAll, size, sort, spliterator, subList, toArray, toArray, trimToSize
private static final long serialVersionUID
private ReadOnlyArrayList(java.util.Collection<? extends T> c)
static <T> LogManager.ReadOnlyArrayList<T> of(java.util.Collection<? extends T> c)
public T remove(int index)
public boolean remove(java.lang.Object o)
public void clear()
protected void removeRange(int fromIndex, int toIndex)
removeRange
in class java.util.ArrayList<T>
public java.util.Iterator<T> iterator()
public java.util.ListIterator<T> listIterator(int index)
public boolean removeAll(java.util.Collection<?> c)