public class ConcurrentUnsafeIterableArrayList<T>
extends java.util.ArrayList<T>
| Constructor and Description |
|---|
ConcurrentUnsafeIterableArrayList() |
ConcurrentUnsafeIterableArrayList(java.util.Collection<? extends T> c) |
ConcurrentUnsafeIterableArrayList(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
elementData() |
java.lang.Iterable<T> |
unsafe() |
java.util.Iterator<T> |
unsafeIterator() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic ConcurrentUnsafeIterableArrayList(int initialCapacity)
public ConcurrentUnsafeIterableArrayList()
public ConcurrentUnsafeIterableArrayList(java.util.Collection<? extends T> c)