| Constructor and Description |
|---|
DirtyMapWrapper.DirtyEntryWrapper(Map.Entry<K,V> delegate,
org.apache.gora.persistency.impl.DirtyFlag dirtyFlag) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearDirty()
Clears the dirty state.
|
boolean |
equals(Object o) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
boolean |
isDirty()
Returns whether any of the fields of the object has been modified after
construction or loading.
|
V |
setValue(V value) |
public boolean equals(Object o)
public int hashCode()
public boolean isDirty()
Dirtyablepublic void clearDirty()
DirtyableclearDirty in interface DirtyableCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.