Build 1.0_r1(from source)

android.test
Class SimpleCache<K,V>

java.lang.Object
  extended by android.test.SimpleCache<K,V>

abstract class SimpleCache<K,V>
extends Object


Constructor Summary
SimpleCache()
           
 
Method Summary
(package private)  V get(K key)
           
protected abstract  V load(K key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleCache

SimpleCache()
Method Detail

load

protected abstract V load(K key)

get

final V get(K key)

Build 1.0_r1(from source)

Please submit a feedback, bug or feature