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
,BuilderEncodedArrayPool
,EncodedArrayPool
,TypeListPool
public interface OffsetSection<Key>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getItemOffset(Key key)
java.util.Collection<? extends java.util.Map.Entry<? extends Key,java.lang.Integer>>
getItems()
-