public abstract class PersistableMap<K,V> extends HashMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
PersistableMap() |
Modifier and Type | Method and Description |
---|---|
abstract V |
put(K key,
V value,
boolean persist)
Custom method to put properties into the map, optionally without
triggering persistence.
|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
public abstract V put(K key, V value, boolean persist)
key
- The property namevalue
- The property valuepersist
- True if the changes should be persisted to the databaseCopyright © 2003-2008 Jive Software.