Package org.jf.dexlib2.writer
Interface StringSection<StringKey,StringRef extends StringReference>
-
- All Superinterfaces:
IndexSection<StringKey>
,NullableIndexSection<StringKey>
- All Known Implementing Classes:
StringPool
public interface StringSection<StringKey,StringRef extends StringReference> extends NullableIndexSection<StringKey>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getItemIndex(StringRef key)
boolean
hasJumboIndexes()
-
Methods inherited from interface org.jf.dexlib2.writer.IndexSection
getItemCount, getItemIndex, getItems
-
Methods inherited from interface org.jf.dexlib2.writer.NullableIndexSection
getNullableItemIndex
-
-
-
-
Method Detail
-
getItemIndex
int getItemIndex(@Nonnull StringRef key)
-
hasJumboIndexes
boolean hasJumboIndexes()
-
-