K
- key typeV
- value typepublic class CombineEntryProcessor<K,V> extends Object implements EntryProcessor<K,V,Object[]>, Serializable
Constructor and Description |
---|
CombineEntryProcessor(EntryProcessor<K,V,Object>[] processors) |
public CombineEntryProcessor(EntryProcessor<K,V,Object>[] processors)
public Object[] process(MutableEntry<K,V> entry, Object... arguments)
process
in interface EntryProcessor<K,V,Object[]>
Copyright © 2014. All Rights Reserved.