K - V - public class LRUCache<K,V> extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
LRUCache.OnRemoveListener<V> |
| Constructor and Description |
|---|
LRUCache(int maxSize,
LRUCache.OnRemoveListener<V> listener) |
Copyright © 2018. All rights reserved.