public class ExArrayList<T> extends ArrayList<T> implements ExList<T>
modCount| 构造器和说明 |
|---|
ExArrayList() |
ExArrayList(Collection<? extends T> c) |
ExArrayList(int initialCapacity) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> ExArrayList<T> |
of()
Create mutable list
|
static <T> ExArrayList<T> |
of(T... values)
Create mutable list
|
static <T> ExArrayList<T> |
of(T value)
Create mutable list
|
static <T> ExArrayList<T> |
of(T value1,
T value2)
Create mutable list
|
static <T> ExArrayList<T> |
of(T value1,
T value2,
T value3)
Create mutable list
|
static <T> ExArrayList<T> |
of(T value1,
T value2,
T value3,
T value4)
Create mutable list
|
static <T> ExArrayList<T> |
of(T value1,
T value2,
T value3,
T value4,
T value5)
Create mutable list
|
static <T> ExArrayList<T> |
of(T value1,
T value2,
T value3,
T value4,
T value5,
T value6)
Create mutable list
|
static <T> ExArrayList<T> |
of(T value1,
T value2,
T value3,
T value4,
T value5,
T value6,
T value7)
Create mutable list
|
ExList<T> |
subList(int fromIndex,
int toIndex) |
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, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, toArray, toArrayaddAll, filter, join, join, join, map, mapToDouble, mapToInt, mapToLong, parallelStream, stream, toArray, wrapremoveIfpublic ExArrayList(int initialCapacity)
public ExArrayList()
public ExArrayList(Collection<? extends T> c)
public static <T> ExArrayList<T> of()
public static <T> ExArrayList<T> of(T value)
public static <T> ExArrayList<T> of(T value1, T value2)
public static <T> ExArrayList<T> of(T value1, T value2, T value3)
public static <T> ExArrayList<T> of(T value1, T value2, T value3, T value4)
public static <T> ExArrayList<T> of(T value1, T value2, T value3, T value4, T value5)
public static <T> ExArrayList<T> of(T value1, T value2, T value3, T value4, T value5, T value6)
public static <T> ExArrayList<T> of(T value1, T value2, T value3, T value4, T value5, T value6, T value7)
@SafeVarargs public static <T> ExArrayList<T> of(T... values)
ExListCopyright © 2015. All rights reserved.