Uses of Interface
org.eclipse.net4j.util.ref.KeyedReference

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  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)
           
protected abstract  KeyedReference<K,V> ReferenceValueMap2.createReference(K key, V value, ReferenceQueue<V> queue)
           
protected  KeyedReference<K,V> ReferenceValueMap2.Strong.createReference(K key, V value, ReferenceQueue<V> queue)
           
protected  KeyedReference<K,V> ReferenceValueMap2.Soft.createReference(K key, V value, ReferenceQueue<V> queue)
           
protected  KeyedReference<K,V> ReferenceValueMap2.Weak.createReference(K key, V value, ReferenceQueue<V> queue)
           
 

Methods in org.eclipse.net4j.util.ref with parameters of type KeyedReference
protected  V ReferenceValueMap2.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)
           
ReferenceValueMap2.Soft(Map<K,KeyedReference<K,V>> map)
           
ReferenceValueMap2.Strong(Map<K,KeyedReference<K,V>> map)
           
ReferenceValueMap2.Weak(Map<K,KeyedReference<K,V>> map)
           
ReferenceValueMap2(Map<K,KeyedReference<K,V>> map)
           
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.