V - K - public class PersistentMap<K,V> extends PersistentObject<java.util.concurrent.ConcurrentHashMap<K,V>> implements java.util.Map<K,V>, java.io.Serializable
| Constructor and Description |
|---|
PersistentMap(java.lang.String path) |
| 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)
This method triggers the
#save() method. |
void |
putAll(java.util.Map<? extends K,? extends V> m)
This method triggers the
#save() method. |
V |
remove(java.lang.Object key)
This method triggers the
#save() method. |
int |
size() |
java.util.Collection<V> |
values() |
generatePath, get, getClazz, getPath, load, save, setpublic boolean containsKey(java.lang.Object key)
public boolean containsValue(java.lang.Object value)
public void putAll(java.util.Map<? extends K,? extends V> m)
#save() method.
Copyright © 2016. All Rights Reserved.