public abstract class VariableSizeLookaheadIterator<T>
extends com.google.common.collect.AbstractIterator<T>
implements java.util.Iterator<T>
| Modifier | Constructor and Description |
|---|---|
protected |
VariableSizeLookaheadIterator(DexBackedDexFile dexFile,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
computeNext() |
protected abstract T |
readNextItem(DexReader reader)
Reads the next item from reader.
|
endOfData, hasNext, next, peekprotected VariableSizeLookaheadIterator(@Nonnull
DexBackedDexFile dexFile,
int offset)
@Nullable protected abstract T readNextItem(@Nonnull DexReader reader)
return endOfData()