A MRUBucketMap is an efficient ThreadSafe implementation of a Map with addition of the removeLast method implementing LRU removal policy.
MRUBucketMap is based on the Avalon's BucketMap.
@author
Vadim Gritsenko
@version CVS $Id: MRUBucketMap.java,v 1.2 2003/03/16 17:49:16 vgritsenko Exp $