| Modifier and Type | Class and Description |
|---|---|
static class |
DirtyMapWrapper.DirtyEntryWrapper<K,V> |
| Constructor and Description |
|---|
DirtyMapWrapper(Map<K,V> delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clearDirty()
Clears the dirty state.
|
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entrySet() |
boolean |
equals(Object o) |
V |
get(Object key) |
int |
hashCode() |
boolean |
isDirty()
Returns whether any of the fields of the object has been modified after
construction or loading.
|
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> m) |
V |
remove(Object key) |
int |
size() |
Collection<V> |
values() |
public boolean isDirty()
Dirtyablepublic void clearDirty()
DirtyableclearDirty in interface Dirtyablepublic boolean containsKey(Object key)
containsKey in interface Map<K,V>public boolean containsValue(Object value)
containsValue in interface Map<K,V>public boolean equals(Object o)
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.