public class AnnotationSet extends SDMSet<Annotation>
| Modifier and Type | Field and Description |
|---|---|
static AnnotationSet |
EMPTY_SET |
ALLOWDUPLICATE, ALLOWEMPTYVALUE, BIDI, BIG_KEY, BIG_VALUE, CASESENSITIVE, DELETED, elements, emptyArray, flag, MAP, MAXDELETED, MAXUSEDLIST, MINHASHINGSIZE, MINSIZE, MINUSEDLIST, READONLY, SIZE_BIG, SMALL_KEY, SMALL_VALUE, VISIBLE| Constructor and Description |
|---|
AnnotationSet() |
add, add, cloneIterator, getNewList, has, instanceOf, intersection, iterator, minus, remove, remove, set, toString, union, withReadOnlyaddAll, addAll, copyEntity, iteratorReverse, lastIndexOf, listIterator, listIterator, removeItemByObject, subSet, with, withAll, withListaddFlag, addHashItem, addKey, addKeyValue, checkValue, clear, comparator, contains, containsAll, fireProperty, first, flag, get, getByIndex, getKeyByIndex, getLastPositionKey, getPositionKey, getPositionValue, getSignalFlag, getValueItem, hashKey, hasKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastindexOf, move, pack, removeAll, removeByObject, retainAll, setValue, size, toArray, toArray, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withVisibleequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final AnnotationSet EMPTY_SET
public AnnotationPO hasAnnotationPO()
public java.lang.String getEntryType()
public AnnotationSet with(java.lang.Object value)
public AnnotationSet without(Annotation value)
public java.util.Set<java.lang.String> getValues()
public AnnotationSet hasValues(java.util.Set<java.lang.String> value)
public AnnotationSet withValues(java.util.Set<java.lang.String> value)
public StringList getName()
public AnnotationSet hasName(java.lang.String value)
public AnnotationSet hasName(java.lang.String lower, java.lang.String upper)
public AnnotationSet withName(java.lang.String value)
public ClazzSet getClazz()
public AnnotationSet hasClazz(java.lang.Object value)
public AnnotationSet withClazz(Clazz value)
public MethodSet getMethod()
public AnnotationSet hasMethod(java.lang.Object value)
public AnnotationSet withMethod(Method value)
public AnnotationSet createOverrideAnnotation()
public AnnotationSet createDeprecatedAnnotation()
public AnnotationSet createSuppressWarningsAnnotation(java.lang.String value)
public AnnotationSet createSafeVarargsAnnotation()
public AnnotationSet createSuppressWarningsAnnotation(java.lang.String... value)
public AttributeSet getAttribute()
public AnnotationSet hasAttribute(java.lang.Object value)
public AnnotationSet withAttribute(Attribute value)