public abstract static class DexBackedDexFile.OptionalIndexedSection<T> extends DexBackedDexFile.IndexedSection<T>
| Constructor and Description |
|---|
OptionalIndexedSection() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
getOptional(int index) |
getOffsetadd, add, addAll, clear, equals, get, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait@Nullable public abstract T getOptional(int index)
index - The index of the item, or -1 for a null item.java.lang.IndexOutOfBoundsException - if the index is out of bounds and is not -1.