public class DelegatedMap extends DelegatedContainer implements Map
Constructor and Description |
---|
DelegatedMap(Map delegated,
PersistenceManagerServices manager,
PersistentContextServices context) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
Object |
get(Object key) |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object arg0,
Object arg1) |
void |
putAll(Map arg0) |
Object |
remove(Object key) |
int |
size() |
Collection |
values() |
getContext, getManager, getObject, getWrapper
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public DelegatedMap(Map delegated, PersistenceManagerServices manager, PersistentContextServices context)
delegated
- manager
- context
- public boolean containsKey(Object key)
containsKey
in interface Map
public boolean containsValue(Object value)
containsValue
in interface Map
public Collection values()