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 int
getItemIndex(TypeRef key)
StringKey
getString(TypeKey key)
-
Methods inherited from interface org.jf.dexlib2.writer.IndexSection
getItemCount, getItemIndex, getItems
-
Methods inherited from interface org.jf.dexlib2.writer.NullableIndexSection
getNullableItemIndex
-
-