Package org.eclipse.net4j.util.ref

Interface Summary
KeyedReference<K,T>  
 

Class Summary
KeyedPhantomReference<K,T>  
KeyedSoftReference<K,T>  
KeyedStrongReference<K,T>  
KeyedWeakReference<K,T>  
ReferenceValueMap<K,V> A ConcurrentMap implementation that uses KeyedReference instances (KeyedStrongReference, KeyedSoftReference, KeyedWeakReference or KeyedPhantomReference) as its values.
ReferenceValueMap.Soft<K,V>  
ReferenceValueMap.Strong<K,V>  
ReferenceValueMap.Weak<K,V>  
 

Enum Summary
ReferenceType  
 


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