public abstract class AbstractPersistentMapCollection<K,V,C extends java.util.Map<K,V>> extends AbstractPersistentCollection<C> implements java.util.Map<K,V>
PersistentCollection.ChangeListener<C>, PersistentCollection.InitializationCallback<C>, PersistentCollection.InitializationListener<C>, PersistentCollection.Initializer<C>| Constructor and Description |
|---|
AbstractPersistentMapCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(java.lang.Object key) |
boolean |
containsValue(java.lang.Object value) |
java.util.Set<java.util.Map.Entry<K,V>> |
entrySet() |
V |
get(java.lang.Object key) |
boolean |
isEmpty() |
java.util.Set<K> |
keySet() |
V |
put(K key,
V value) |
protected V |
put(K key,
V value,
boolean checkInitialized) |
void |
putAll(java.util.Map<? extends K,? extends V> m) |
V |
remove(java.lang.Object key) |
int |
size() |
java.util.Collection<V> |
values() |
addListener, addListener, checkInitializedRead, checkInitializedWrite, clearDirty, clone, createSnapshot, dirty, doInitialize, getClassLoader, getCollection, getDetachedState, getLoader, init, initialize, initializing, isDirty, readExternal, removeListener, removeListener, setLoader, toString, uninitialize, updateFromSnapshot, wasInitialized, withInitialized, writeExternal