K - key typeV - value typepublic class GetEntryProcessor<K,V> extends Object implements EntryProcessor<K,V,V>, Serializable
EntryProcessor to return the current value of an entry.| Constructor and Description |
|---|
GetEntryProcessor() |
public V process(MutableEntry<K,V> entry, Object... arguments)
process in interface EntryProcessor<K,V,V>Copyright © 2014. All Rights Reserved.