|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.nativelibs4java.util.Cache<K,V>
public abstract class Cache<K,V>
| 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 |
|---|
public Cache()
public Cache(Map<K,V> map)
| Method Detail |
|---|
public V get(K key)
public abstract V createValue(K key)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||