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