Package org.jboss.weld.util
Class InterceptorBindingSet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<Annotation>
-
- org.jboss.weld.util.InterceptorBindingSet
-
- All Implemented Interfaces:
Iterable<Annotation>,Collection<Annotation>,Set<Annotation>
public class InterceptorBindingSet extends AbstractSet<Annotation>
- Author:
- Marko Luksa
-
-
Constructor Summary
Constructors Constructor Description InterceptorBindingSet(BeanManagerImpl beanManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(Annotation annotation)booleancontains(Object o)Iterator<Annotation>iterator()intsize()-
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
-
Methods inherited from class java.util.AbstractCollection
addAll, clear, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.Set
addAll, clear, containsAll, isEmpty, remove, retainAll, spliterator, toArray, toArray
-
-
-
-
Constructor Detail
-
InterceptorBindingSet
public InterceptorBindingSet(BeanManagerImpl beanManager)
-
-
Method Detail
-
add
public boolean add(Annotation annotation)
- Specified by:
addin interfaceCollection<Annotation>- Specified by:
addin interfaceSet<Annotation>- Overrides:
addin classAbstractCollection<Annotation>
-
iterator
public Iterator<Annotation> iterator()
- Specified by:
iteratorin interfaceCollection<Annotation>- Specified by:
iteratorin interfaceIterable<Annotation>- Specified by:
iteratorin interfaceSet<Annotation>- Specified by:
iteratorin classAbstractCollection<Annotation>
-
size
public int size()
- Specified by:
sizein interfaceCollection<Annotation>- Specified by:
sizein interfaceSet<Annotation>- Specified by:
sizein classAbstractCollection<Annotation>
-
contains
public boolean contains(Object o)
- Specified by:
containsin interfaceCollection<Annotation>- Specified by:
containsin interfaceSet<Annotation>- Overrides:
containsin classAbstractCollection<Annotation>
-
-