|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- the type of the keys used to access data within the storeV
- the type of the values held within the storepublic interface StoreEvent<K,V>
An event resulting from a mutative Store
operation.
Method Summary | |
---|---|
K |
getKey()
The key of the mapping affected by the mutative event |
V |
getNewValue()
The mapped value immediately after the mutative event occurred. |
V |
getOldValue()
The mapped value immediately before the mutative event occurred. |
EventType |
getType()
The type of mutative event |
Method Detail |
---|
EventType getType()
K getKey()
V getNewValue()
If the mutative event removes the mapping then null
is returned.
V getOldValue()
If the mutative event created the mapping then null
is returned.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |