public abstract class VariableSizeSet<T>
extends java.util.AbstractSet<T>
| Constructor and Description |
|---|
VariableSizeSet(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, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic VariableSizeSet(@Nonnull
DexBuffer buffer,
int offset,
int size)
@Nonnull public VariableSizeIterator<T> iterator()