org.sourceforge.jemm.util.managed
Interface ECMAction<K,V>

Type Parameters:
K - The key type.
V - The value type.

public interface ECMAction<K,V>

An atomic action defined for applying on a EnhancedConcurrentMap.

Author:
Rory Graves

Method Summary
 void performAction(ECMEntry<K,V> entry)
           
 

Method Detail

performAction

void performAction(ECMEntry<K,V> entry)


Copyright © 2009. All Rights Reserved.