Package org.jf.dexlib2.writer
Interface OffsetSection<Key>
- All Known Subinterfaces:
AnnotationSection<StringKey,,TypeKey, AnnotationKey, AnnotationElement, EncodedValue> AnnotationSetSection<AnnotationKey,,AnnotationSetKey> EncodedArraySection<EncodedArrayKey,,EncodedValue> NullableOffsetSection<Key>,TypeListSection<TypeKey,TypeListKey>
- All Known Implementing Classes:
AnnotationPool,AnnotationSetPool,BaseNullableOffsetPool,BaseOffsetPool,BuilderAnnotationPool,BuilderAnnotationSetPool,BuilderEncodedArrayPool,BuilderTypeListPool,EncodedArrayPool,TypeListPool
public interface OffsetSection<Key>
-
Method Summary
Modifier and TypeMethodDescriptionintgetItemOffset(Key key) Collection<? extends Map.Entry<? extends Key, Integer>> getItems()
-
Method Details
-
getItemOffset
-
getItems
-