public static class AnnotationList.ForLoadedAnnotations extends AnnotationList.AbstractBase
Annotation
s as an annotation list.AnnotationList.AbstractBase, AnnotationList.Empty, AnnotationList.Explicit, AnnotationList.ForLoadedAnnotations
modCount
Constructor and Description |
---|
ForLoadedAnnotations(Annotation... annotation)
Creates a new list of loaded annotations.
|
ForLoadedAnnotations(List<? extends Annotation> annotations)
Creates a new list of loaded annotations.
|
Modifier and Type | Method and Description |
---|---|
static List<AnnotationList> |
asList(Annotation[][] annotations)
Creates a list of annotation lists representing the given loaded annotations.
|
AnnotationDescription |
get(int index) |
int |
size() |
asTypeList, inherited, isAnnotationPresent, isAnnotationPresent, ofType, ofType, visibility, wrap
filter, getOnly, subList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
filter, getOnly, subList
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public ForLoadedAnnotations(Annotation... annotation)
annotation
- The represented annotations.public ForLoadedAnnotations(List<? extends Annotation> annotations)
annotations
- The represented annotations.public static List<AnnotationList> asList(Annotation[][] annotations)
annotations
- The annotations to represent where each dimension is converted into a list.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–2019. All rights reserved.