org.sourceforge.jemm.util.managed.bucket
Class BucketLockedBucketFactory<K,V>

java.lang.Object
  extended by org.sourceforge.jemm.util.managed.bucket.BucketLockedBucketFactory<K,V>
Type Parameters:
K - The key type
V - The value type
All Implemented Interfaces:
ECMapBucketFactory<K,V>

public class BucketLockedBucketFactory<K,V>
extends java.lang.Object
implements ECMapBucketFactory<K,V>

A factory for creating GroupLockManagedMapBuckets.

Author:
Rory Graves

Constructor Summary
BucketLockedBucketFactory()
           
 
Method Summary
 ECMapBucket<K,V> createBucket()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BucketLockedBucketFactory

public BucketLockedBucketFactory()
Method Detail

createBucket

public ECMapBucket<K,V> createBucket()
Specified by:
createBucket in interface ECMapBucketFactory<K,V>


Copyright © 2009. All Rights Reserved.