Class DexBackedDexFile.IndexedSection<T>

java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractList<T>
org.jf.dexlib2.dexbacked.DexBackedDexFile.IndexedSection<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>, SequencedCollection<T>
Direct Known Subclasses:
DexBackedDexFile.OptionalIndexedSection
Enclosing class:
DexBackedDexFile

public abstract static class DexBackedDexFile.IndexedSection<T> extends AbstractList<T>
  • Constructor Details

    • IndexedSection

      public IndexedSection()
  • Method Details

    • getOffset

      public abstract int getOffset(int index)
      Parameters:
      index - The index of the item to get the offset for.
      Returns:
      The offset from the beginning of the dex file to the specified item.
      Throws:
      IndexOutOfBoundsException - if the index is out of bounds.