public abstract class VariableSizeList<T>
extends java.util.AbstractSequentialList<T>
| Constructor and Description |
|---|
VariableSizeList(DexBuffer buffer,
int offset,
int size) |
| Modifier and Type | Method and Description |
|---|---|
VariableSizeListIterator<T> |
listIterator() |
VariableSizeListIterator<T> |
listIterator(int index) |
protected abstract T |
readNextItem(DexReader reader,
int index) |
int |
size() |
add, addAll, get, iterator, remove, setadd, clear, equals, hashCode, indexOf, lastIndexOf, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic VariableSizeList(@Nonnull
DexBuffer buffer,
int offset,
int size)
@Nonnull public VariableSizeListIterator<T> listIterator()
public int size()
@Nonnull public VariableSizeListIterator<T> listIterator(int index)