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

Type Parameters:
K - The key type
V - The value type
All Known Implementing Classes:
BucketLockedBucketFactory

public interface ECMapBucketFactory<K,V>

A Factory for creating EnhancedConcurrentMap buckets.

Author:
Rory Graves

Method Summary
 ECMapBucket<K,V> createBucket()
           
 

Method Detail

createBucket

ECMapBucket<K,V> createBucket()


Copyright © 2009. All Rights Reserved.