FileDocCategorySizeDatePackage
LruCache.javaAPI DocAndroid 5.1 API1609Sat Mar 14 14:09:32 GMT 2015android.util

LruCache

public class LruCache extends Object

Fields Summary
Constructors Summary
public LruCache(int maxSize)

 throw new RuntimeException("Stub!"); 
Methods Summary
protected Vcreate(K key)

 throw new RuntimeException("Stub!"); 
public final synchronized intcreateCount()

 throw new RuntimeException("Stub!"); 
protected voidentryRemoved(boolean evicted, K key, V oldValue, V newValue)

 throw new RuntimeException("Stub!"); 
public final voidevictAll()

 throw new RuntimeException("Stub!"); 
public final synchronized intevictionCount()

 throw new RuntimeException("Stub!"); 
public final Vget(K key)

 throw new RuntimeException("Stub!"); 
public final synchronized inthitCount()

 throw new RuntimeException("Stub!"); 
public final synchronized intmaxSize()

 throw new RuntimeException("Stub!"); 
public final synchronized intmissCount()

 throw new RuntimeException("Stub!"); 
public final Vput(K key, V value)

 throw new RuntimeException("Stub!"); 
public final synchronized intputCount()

 throw new RuntimeException("Stub!"); 
public final Vremove(K key)

 throw new RuntimeException("Stub!"); 
public voidresize(int maxSize)

 throw new RuntimeException("Stub!"); 
public final synchronized intsize()

 throw new RuntimeException("Stub!"); 
protected intsizeOf(K key, V value)

 throw new RuntimeException("Stub!"); 
public final synchronized java.util.Mapsnapshot()

 throw new RuntimeException("Stub!"); 
public final synchronized java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidtrimToSize(int maxSize)

 throw new RuntimeException("Stub!");