public static interface MapTrigger.Entry<K,V> extends InvocableMap.Entry<K,V>
InvocableMap.Entry provide both the pending state and the ability
 to alter that state. The original state of the Entry can be obtained using
 the getOriginalValue() and isOriginalPresent() methods.| Modifier and Type | Method and Description | 
|---|---|
V | 
getOriginalValue()
Determine the value that existed before the start of the mutating
 operation that is being evaluated by the trigger. 
 | 
boolean | 
isOriginalPresent()
Determine whether or not the Entry existed before the start of the
 mutating operation that is being evaluated by the trigger. 
 | 
getKey, getValue, getValue, isPresent, isSynthetic, remove, setValue, setValue, updateextract, extractFromKey, extractFromValuecomparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCodeV getOriginalValue()
boolean isOriginalPresent()