com.nativelibs4java.util
Class Cache<K,V>

java.lang.Object
  extended by com.nativelibs4java.util.Cache<K,V>

public abstract class Cache<K,V>
extends Object

Author:
ochafik

Constructor Summary
Cache()
           
Cache(Map<K,V> map)
           
 
Method Summary
abstract  V createValue(K key)
           
 V get(K key)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cache

public Cache()

Cache

public Cache(Map<K,V> map)
Method Detail

get

public V get(K key)

createValue

public abstract V createValue(K key)


Copyright © 2009-2012. All Rights Reserved.