Package org.jf.dexlib2.writer
Interface NullableIndexSection<Key>
-
- All Superinterfaces:
IndexSection<Key>
- All Known Subinterfaces:
StringSection<StringKey,StringRef>
,TypeSection<StringKey,TypeKey,TypeRef>
- All Known Implementing Classes:
StringPool
,StringTypeBasePool
,TypePool
public interface NullableIndexSection<Key> extends IndexSection<Key>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getNullableItemIndex(Key key)
-
Methods inherited from interface org.jf.dexlib2.writer.IndexSection
getItemCount, getItemIndex, getItems
-
-
-
-
Method Detail
-
getNullableItemIndex
int getNullableItemIndex(@Nullable Key key)
-
-