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

Packages that use KeyedReference
org.eclipse.net4j.util.ref   
 

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, java.lang.ref.ReferenceQueue<V> queue)
           
protected  KeyedReference<K,V> ReferenceValueMap.Strong.createReference(K key, V value, java.lang.ref.ReferenceQueue<V> queue)
           
protected  KeyedReference<K,V> ReferenceValueMap.Soft.createReference(K key, V value, java.lang.ref.ReferenceQueue<V> queue)
           
protected  KeyedReference<K,V> ReferenceValueMap.Weak.createReference(K key, V value, java.lang.ref.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(java.util.concurrent.ConcurrentMap<K,KeyedReference<K,V>> map)
           
ReferenceValueMap.Strong(java.util.concurrent.ConcurrentMap<K,KeyedReference<K,V>> map)
           
ReferenceValueMap.Weak(java.util.concurrent.ConcurrentMap<K,KeyedReference<K,V>> map)
           
ReferenceValueMap(java.util.concurrent.ConcurrentMap<K,KeyedReference<K,V>> map)
           
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.