public class InterceptorBindingSet extends AbstractSet<Annotation>
Constructor and Description |
---|
InterceptorBindingSet(BeanManagerImpl beanManager) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Annotation annotation) |
boolean |
contains(Object o) |
Iterator<Annotation> |
iterator() |
int |
size() |
equals, hashCode, removeAll
addAll, clear, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, clear, containsAll, isEmpty, remove, retainAll, spliterator, toArray, toArray
parallelStream, removeIf, stream
public InterceptorBindingSet(BeanManagerImpl beanManager)
public boolean add(Annotation annotation)
add
in interface Collection<Annotation>
add
in interface Set<Annotation>
add
in class AbstractCollection<Annotation>
public Iterator<Annotation> iterator()
iterator
in interface Iterable<Annotation>
iterator
in interface Collection<Annotation>
iterator
in interface Set<Annotation>
iterator
in class AbstractCollection<Annotation>
public int size()
size
in interface Collection<Annotation>
size
in interface Set<Annotation>
size
in class AbstractCollection<Annotation>
public boolean contains(Object o)
contains
in interface Collection<Annotation>
contains
in interface Set<Annotation>
contains
in class AbstractCollection<Annotation>
Copyright © 2016. All rights reserved.