public static class ExprDotStaticMethodWrapArrayEvents.WrappingCollection extends java.lang.Object implements java.util.Collection<EventBean>
Constructor and Description |
---|
WrappingCollection(EventAdapterService eventAdapterService,
BeanEventType type,
java.lang.Object array) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(EventBean eventBean) |
boolean |
addAll(java.util.Collection<? extends EventBean> c) |
void |
clear() |
boolean |
contains(java.lang.Object o) |
boolean |
containsAll(java.util.Collection<?> c) |
boolean |
isEmpty() |
java.util.Iterator<EventBean> |
iterator() |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection<?> c) |
boolean |
retainAll(java.util.Collection<?> c) |
int |
size() |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public WrappingCollection(EventAdapterService eventAdapterService, BeanEventType type, java.lang.Object array)
public int size()
size
in interface java.util.Collection<EventBean>
public boolean isEmpty()
isEmpty
in interface java.util.Collection<EventBean>
public java.util.Iterator<EventBean> iterator()
public boolean contains(java.lang.Object o)
contains
in interface java.util.Collection<EventBean>
public java.lang.Object[] toArray()
toArray
in interface java.util.Collection<EventBean>
public <T> T[] toArray(T[] a)
toArray
in interface java.util.Collection<EventBean>
public boolean add(EventBean eventBean)
add
in interface java.util.Collection<EventBean>
public boolean remove(java.lang.Object o)
remove
in interface java.util.Collection<EventBean>
public boolean containsAll(java.util.Collection<?> c)
containsAll
in interface java.util.Collection<EventBean>
public boolean addAll(java.util.Collection<? extends EventBean> c)
addAll
in interface java.util.Collection<EventBean>
public boolean removeAll(java.util.Collection<?> c)
removeAll
in interface java.util.Collection<EventBean>
public boolean retainAll(java.util.Collection<?> c)
retainAll
in interface java.util.Collection<EventBean>
public void clear()
clear
in interface java.util.Collection<EventBean>