public class AnnotationSetPool extends BaseNullableOffsetPool<java.util.Set<? extends Annotation>> implements AnnotationSetSection<Annotation,java.util.Set<? extends Annotation>>
dexPool, internedItems| Constructor and Description |
|---|
AnnotationSetPool(DexPool dexPool) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<? extends Annotation> |
getAnnotations(java.util.Set<? extends Annotation> annotations) |
void |
intern(java.util.Set<? extends Annotation> annotationSet) |
getNullableItemOffsetgetItemOffset, getItems, getItemStringgetItemCount, mark, resetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNullableItemOffsetgetItemOffset, getItemspublic AnnotationSetPool(@Nonnull
DexPool dexPool)
public void intern(@Nonnull
java.util.Set<? extends Annotation> annotationSet)
@Nonnull public java.util.Collection<? extends Annotation> getAnnotations(@Nonnull java.util.Set<? extends Annotation> annotations)
getAnnotations in interface AnnotationSetSection<Annotation,java.util.Set<? extends Annotation>>