Package com.github.underscore.lodash
Class U.LruCache<K,V>
- java.lang.Object
-
- com.github.underscore.lodash.U.LruCache<K,V>
-
-
Constructor Summary
Constructors Constructor Description LruCache(int capacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vget(K key)voidput(K key, V value)
-