public class PersistableMap extends Object implements Persistable, Map<String,Object>
| Constructor and Description |
|---|
PersistableMap() |
PersistableMap(int initialCapacity) |
PersistableMap(Map<String,Object> delegate) |
| Modifier and Type | Method and Description |
|---|---|
Object |
__getDelegate() |
Iterator<String> |
__getDirtyFields() |
boolean |
__isDirty() |
boolean |
__isPersisted(String storeIdentifier) |
void |
__markPersisted(String storeIdentifier)
Consider the current state of the object to be in sync with the persisted state.
|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
get(Object key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
Object |
put(String key,
Object value) |
void |
putAll(Map<? extends String,?> m) |
Object |
remove(Object key) |
int |
size() |
Collection<Object> |
values() |
public PersistableMap()
public PersistableMap(int initialCapacity)
public boolean __isDirty()
__isDirty in interface Persistablepublic void __markPersisted(String storeIdentifier)
Persistable__markPersisted in interface Persistablepublic boolean __isPersisted(String storeIdentifier)
__isPersisted in interface Persistablepublic Iterator<String> __getDirtyFields()
__getDirtyFields in interface Persistablepublic Object __getDelegate()
__getDelegate in interface Persistablepublic boolean containsKey(Object key)
containsKey in interface Map<String,Object>public boolean containsValue(Object value)
containsValue in interface Map<String,Object>Copyright © 2014. All Rights Reserved.