public class IntLRUCache<V>
extends java.lang.Object
| Constructor and Description |
|---|
IntLRUCache(int pCapacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
V |
get(int pKey) |
int |
getCapacity() |
int |
getSize() |
boolean |
isEmpty() |
V |
put(int pKey,
V pValue) |