K - key typeV - value typeT - process return typepublic class SetValueCreateEntryReturnDifferentTypeEntryProcessor<K,V,T> extends Object implements javax.cache.processor.EntryProcessor<K,V,T>, Serializable
| Constructor and Description |
|---|
SetValueCreateEntryReturnDifferentTypeEntryProcessor(T result,
V newValue)
Constructs a
SetValueCreateEntryReturnDifferentTypeEntryProcessor. |
| Modifier and Type | Method and Description |
|---|---|
T |
process(javax.cache.processor.MutableEntry<K,V> entry,
Object... arguments) |
public SetValueCreateEntryReturnDifferentTypeEntryProcessor(T result, V newValue)
SetValueCreateEntryReturnDifferentTypeEntryProcessor.result - process resultnewValue - new entry valueCopyright © 2019. All rights reserved.