public class SparseIntArrayCache extends java.lang.Object implements Cache
SparseIntArrayCache()
void
append(int key, int value)
clear()
int
get(int key, int valueIfKeyNotFound)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SparseIntArrayCache()
public void append(int key, int value)
append
Cache
public int get(int key, int valueIfKeyNotFound)
get
public void clear()
clear