Package org.jf.dexlib2.writer
Interface TypeSection<StringKey,TypeKey,TypeRef extends TypeReference>
-
- All Superinterfaces:
IndexSection<TypeKey>,NullableIndexSection<TypeKey>
- All Known Implementing Classes:
TypePool
public interface TypeSection<StringKey,TypeKey,TypeRef extends TypeReference> extends NullableIndexSection<TypeKey>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetItemIndex(TypeRef key)StringKeygetString(TypeKey key)-
Methods inherited from interface org.jf.dexlib2.writer.IndexSection
getItemCount, getItemIndex, getItems
-
Methods inherited from interface org.jf.dexlib2.writer.NullableIndexSection
getNullableItemIndex
-
-