|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.mwe.internal.core.util.WeakCache<K,V>
public abstract class WeakCache<K,V>
| Constructor Summary | |
|---|---|
WeakCache()
|
|
| Method Summary | |
|---|---|
void |
clear()
Clears the cache. |
protected abstract V |
createNew(K arg0)
|
V |
get(K key)
|
java.util.Collection<V> |
getValues()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WeakCache()
| Method Detail |
|---|
protected abstract V createNew(K arg0)
public V get(K key)
public java.util.Collection<V> getValues()
public void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||