K - key typeV - value typeT - process return typepublic class SetValueCreateEntryReturnDifferentTypeEntryProcessor<K,V,T> extends Object implements EntryProcessor<K,V,T>, Serializable
| Constructor and Description |
|---|
SetValueCreateEntryReturnDifferentTypeEntryProcessor(T result,
V newValue)
Constructs a
SetValueCreateEntryReturnDifferentTypeEntryProcessor. |
public SetValueCreateEntryReturnDifferentTypeEntryProcessor(T result, V newValue)
SetValueCreateEntryReturnDifferentTypeEntryProcessor.result - newValue - public T process(MutableEntry<K,V> entry, Object... arguments)
process in interface EntryProcessor<K,V,T>Copyright © 2014. All Rights Reserved.