Package org.jf.dexlib2.writer
Interface NullableOffsetSection<Key>
-
- All Superinterfaces:
OffsetSection<Key>
- All Known Subinterfaces:
AnnotationSetSection<AnnotationKey,AnnotationSetKey>
,TypeListSection<TypeKey,TypeListKey>
- All Known Implementing Classes:
AnnotationSetPool
,BaseNullableOffsetPool
,TypeListPool
public interface NullableOffsetSection<Key> extends OffsetSection<Key>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getNullableItemOffset(Key key)
-
Methods inherited from interface org.jf.dexlib2.writer.OffsetSection
getItemOffset, getItems
-
-
-
-
Method Detail
-
getNullableItemOffset
int getNullableItemOffset(@Nullable Key key)
-
-