public class CollectionUtils
extends java.lang.Object
Constructor and Description |
---|
CollectionUtils() |
Modifier and Type | Method and Description |
---|---|
static <K,V> java.util.Map<K,V> |
createLRUCache(int size)
A Utility method for creating LRU cache
|