public class CollectionWrapper extends AbstractWrapper implements Collection<Object>
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Object> |
target |
context, dirtyMap, propertyMeta, proxifier, setter| Constructor and Description |
|---|
CollectionWrapper(Collection<Object> target) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Object arg0) |
boolean |
addAll(Collection<?> arg0) |
void |
clear() |
boolean |
contains(Object arg0) |
boolean |
containsAll(Collection<?> arg0) |
Collection<Object> |
getTarget() |
boolean |
isEmpty() |
Iterator<Object> |
iterator() |
boolean |
remove(Object arg0) |
boolean |
removeAll(Collection<?> arg0) |
boolean |
retainAll(Collection<?> arg0) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] arg0) |
getDirtyMap, markDirty, setContext, setDirtyMap, setPropertyMeta, setSetterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCodeprotected Collection<Object> target
public CollectionWrapper(Collection<Object> target)
public boolean add(Object arg0)
add in interface Collection<Object>public boolean addAll(Collection<?> arg0)
addAll in interface Collection<Object>public void clear()
clear in interface Collection<Object>public boolean contains(Object arg0)
contains in interface Collection<Object>public boolean containsAll(Collection<?> arg0)
containsAll in interface Collection<Object>public boolean isEmpty()
isEmpty in interface Collection<Object>public boolean remove(Object arg0)
remove in interface Collection<Object>public boolean removeAll(Collection<?> arg0)
removeAll in interface Collection<Object>public boolean retainAll(Collection<?> arg0)
retainAll in interface Collection<Object>public int size()
size in interface Collection<Object>public Object[] toArray()
toArray in interface Collection<Object>public <T> T[] toArray(T[] arg0)
toArray in interface Collection<Object>public Collection<Object> getTarget()
Copyright © 2012-2014. All Rights Reserved.