Package org.jf.dexlib2.writer
Interface AnnotationSetSection<AnnotationKey extends Annotation,AnnotationSetKey>
-
- All Superinterfaces:
NullableOffsetSection<AnnotationSetKey>
,OffsetSection<AnnotationSetKey>
- All Known Implementing Classes:
AnnotationSetPool
public interface AnnotationSetSection<AnnotationKey extends Annotation,AnnotationSetKey> extends NullableOffsetSection<AnnotationSetKey>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<? extends AnnotationKey>
getAnnotations(AnnotationSetKey key)
-
Methods inherited from interface org.jf.dexlib2.writer.NullableOffsetSection
getNullableItemOffset
-
Methods inherited from interface org.jf.dexlib2.writer.OffsetSection
getItemOffset, getItems
-
-
-
-
Method Detail
-
getAnnotations
@Nonnull java.util.Collection<? extends AnnotationKey> getAnnotations(@Nonnull AnnotationSetKey key)
-
-