public class FixedList<E> extends ArrayList<E>
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
DEFAULT_SIZE |
modCount| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
add(E e) |
void |
add(int index,
E element) |
boolean |
addAll(@NonNull Collection<? extends E> c) |
boolean |
addAll(int index,
@NonNull Collection<? extends E> c) |
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, trimToSizeequals, hashCodecontainsAll, toStringcontainsAll, equals, hashCodeparallelStream, streampublic static final int DEFAULT_SIZE
public boolean add(E e)
public boolean addAll(@NonNull
@NonNull Collection<? extends E> c)
Copyright © 2011-2021–2021 ShaneKingOrg. All rights reserved.