public class ValueCollectionWrapper extends CollectionWrapper
targetcontext, dirtyMap, propertyMeta, proxifier, setter| Constructor and Description |
|---|
ValueCollectionWrapper(Collection<Object> target) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Object arg0) |
boolean |
addAll(Collection<?> arg0) |
clear, contains, containsAll, getTarget, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArraygetDirtyMap, markDirty, setContext, setDirtyMap, setPropertyMeta, setSetterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCodepublic ValueCollectionWrapper(Collection<Object> target)
public boolean add(Object arg0)
add in interface Collection<Object>add in class CollectionWrapperpublic boolean addAll(Collection<?> arg0)
addAll in interface Collection<Object>addAll in class CollectionWrapperCopyright © 2012-2014. All Rights Reserved.