LRUCache<K, V extends FixedSizeQueue> constructor

LRUCache<K, V extends FixedSizeQueue>(
  1. int maxSize
)

Implementation

LRUCache(this.maxSize);