context, dirtyMap, propertyMeta, proxifier, setter| Constructor and Description |
|---|
EntrySetWrapper(Set<Map.Entry<Object,Object>> target) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Map.Entry<Object,Object> arg0) |
boolean |
addAll(Collection<? extends Map.Entry<Object,Object>> arg0) |
void |
clear() |
boolean |
contains(Object arg0) |
boolean |
containsAll(Collection<?> arg0) |
boolean |
isEmpty() |
Iterator<Map.Entry<Object,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, setSetterpublic boolean addAll(Collection<? extends Map.Entry<Object,Object>> arg0)
public void clear()
public boolean contains(Object arg0)
public boolean containsAll(Collection<?> arg0)
containsAll in interface Collection<Map.Entry<Object,Object>>containsAll in interface Set<Map.Entry<Object,Object>>public boolean isEmpty()
public boolean remove(Object arg0)
public boolean removeAll(Collection<?> arg0)
public boolean retainAll(Collection<?> arg0)
public int size()
public Object[] toArray()
Copyright © 2012-2014. All Rights Reserved.