K - the key typeV - the value typepublic static interface DistributedMap.ItemRemovedAction<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
itemRemovedFromCollection(com.hazelcast.core.IMap<K,V> collection,
K itemKey,
V itemValue,
com.hazelcast.core.Member member)
Item removed from collection.
|