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, removeAlladdAll, clear, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringpublic 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 © 2014 Seam Framework. All Rights Reserved.