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