LRUCache<K, V> constructor

LRUCache<K, V>(
  1. int capacity
)

Implementation

LRUCache(this.capacity);