public class SdkInternalList<T>
extends java.util.ArrayList<T>
Modifier and Type | Field and Description |
---|---|
private boolean |
autoConstruct
Auto construct flag to indicate whether the list is auto constructed by
Java SDK.
|
private static long |
serialVersionUID |
Constructor and Description |
---|
SdkInternalList() |
SdkInternalList(java.util.Collection<? extends T> c) |
SdkInternalList(int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
boolean |
isAutoConstruct()
Return true if the list is auto constructed by Java SDK
|
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, trimToSize
private static final long serialVersionUID
private final boolean autoConstruct
public SdkInternalList()
public SdkInternalList(java.util.Collection<? extends T> c)
public SdkInternalList(int initialCapacity)