public static class AnnotationList.Explicit extends AnnotationList.AbstractBase
AnnotationList.AbstractBase, AnnotationList.Empty, AnnotationList.Explicit, AnnotationList.ForLoadedAnnotationmodCount| Constructor and Description |
|---|
Explicit(List<? extends AnnotationDescription> annotationDescriptions)
Creates a new list of annotation descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
static List<AnnotationList> |
asList(List<? extends List<? extends AnnotationDescription>> annotations)
Creates a list of annotation lists for a given multidimensional list of annotation descriptions.
|
AnnotationDescription |
get(int index) |
int |
size() |
inherited, isAnnotationPresent, isAnnotationPresent, ofType, visibility, wrapfilter, getOnly, subListadd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, setaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitfilter, getOnly, subListadd, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic Explicit(List<? extends AnnotationDescription> annotationDescriptions)
annotationDescriptions - The list of represented annotation descriptions.public static List<AnnotationList> asList(List<? extends List<? extends AnnotationDescription>> annotations)
annotations - The list of annotations to represent as a list of annotation lists.public AnnotationDescription get(int index)
get in interface List<AnnotationDescription>get in class AbstractList<AnnotationDescription>public int size()
size in interface Collection<AnnotationDescription>size in interface List<AnnotationDescription>size in class AbstractCollection<AnnotationDescription>Copyright © 2014–2015. All rights reserved.