public interface EntryProcessor<K,V,T>
Modifier and Type | Method and Description |
---|---|
T |
process(MutableEntry<K,V> entry,
Object... arguments) |
T process(MutableEntry<K,V> entry, Object... arguments) throws EntryProcessorException
EntryProcessorException
Copyright © 2017. All rights reserved.