|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyedReference | |
---|---|
org.eclipse.net4j.util.ref | A framework for memory-sensitive keyed references and value maps. |
Uses of KeyedReference in org.eclipse.net4j.util.ref |
---|
Classes in org.eclipse.net4j.util.ref that implement KeyedReference | |
---|---|
class |
KeyedPhantomReference<K,T>
|
class |
KeyedSoftReference<K,T>
|
class |
KeyedStrongReference<K,T>
|
class |
KeyedWeakReference<K,T>
|
Methods in org.eclipse.net4j.util.ref that return KeyedReference | |
---|---|
protected abstract KeyedReference<K,V> |
ReferenceValueMap.createReference(K key,
V value,
ReferenceQueue<V> queue)
|
protected KeyedReference<K,V> |
ReferenceValueMap.Strong.createReference(K key,
V value,
ReferenceQueue<V> queue)
|
protected KeyedReference<K,V> |
ReferenceValueMap.Soft.createReference(K key,
V value,
ReferenceQueue<V> queue)
|
protected KeyedReference<K,V> |
ReferenceValueMap.Weak.createReference(K key,
V value,
ReferenceQueue<V> queue)
|
Methods in org.eclipse.net4j.util.ref with parameters of type KeyedReference | |
---|---|
protected V |
ReferenceValueMap.dereference(KeyedReference<K,V> ref)
|
Constructor parameters in org.eclipse.net4j.util.ref with type arguments of type KeyedReference | |
---|---|
ReferenceValueMap.Soft(ConcurrentMap<K,KeyedReference<K,V>> map)
|
|
ReferenceValueMap.Strong(ConcurrentMap<K,KeyedReference<K,V>> map)
|
|
ReferenceValueMap.Weak(ConcurrentMap<K,KeyedReference<K,V>> map)
|
|
ReferenceValueMap(ConcurrentMap<K,KeyedReference<K,V>> map)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |