-
public class BucketMap<T>Map-like datastructure that allows to have more than one value per int key. Allows to remove a value from LRU key by calling removeFromEnd
-
-
Method Summary
Modifier and Type Method Description synchronized Tacquire(int key)synchronized voidrelease(int key, T value)Associates the object with the specified key and puts it into the BucketMap. synchronized TremoveFromEnd()
-