Uses of Interface
org.sourceforge.jemm.util.managed.ECMAction

Packages that use ECMAction
org.sourceforge.jemm.util.managed   
org.sourceforge.jemm.util.managed.bucket   
 

Uses of ECMAction in org.sourceforge.jemm.util.managed
 

Methods in org.sourceforge.jemm.util.managed with parameters of type ECMAction
 void EnhancedConcurrentMap.perform(K key, ECMAction<K,V> action)
          Perform the defined action whilst holding the lock on the given key.
 void EnhancedConcurrentHashMap.perform(K key, ECMAction<K,V> action)
          Perform the given action whilst holding the lock on the given key.
 

Uses of ECMAction in org.sourceforge.jemm.util.managed.bucket
 

Methods in org.sourceforge.jemm.util.managed.bucket with parameters of type ECMAction
 void ECMapBucket.perform(K key, ECMAction<K,V> action)
           
 void BucketLockedBucket.perform(K key, ECMAction<K,V> action)
           
 



Copyright © 2009. All Rights Reserved.