Package org.jf.dexlib2.dexbacked
Class DexBackedDexFile.IndexedSection<T>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<T>
-
- org.jf.dexlib2.dexbacked.DexBackedDexFile.IndexedSection<T>
-
- All Implemented Interfaces:
java.lang.Iterable<T>
,java.util.Collection<T>
,java.util.List<T>
- Direct Known Subclasses:
DexBackedDexFile.OptionalIndexedSection
- Enclosing class:
- DexBackedDexFile
public abstract static class DexBackedDexFile.IndexedSection<T> extends java.util.AbstractList<T>
-
-
Constructor Summary
Constructors Constructor Description IndexedSection()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract int
getOffset(int index)
-
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, get, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toString
-
-