| Interface | Description | 
|---|---|
| PseudoReference<T> | 
 Interface for dealing with both strong references and java.lang.ref.Reference Objects
 interchangably. | 
| Class | Description | 
|---|---|
| PseudoReferenceFactory<T> | 
 Class for creating PseudoReference to Objects. | 
| ReferencePseudoReference<T> | 
 Implementation of PseudoReference delegating to a Reference | 
| SoftPseudoReferenceFactory<T> | 
 PseudoReferenceFactory for creating SoftReference PseudoReferences to Objects. | 
| StrongPseudoReference<T> | 
 Implementation of PseudoReferences holding a strong reference to the referent. | 
| StrongPseudoReferenceFactory<T> | 
 PseudoReferenceFactory for creating StrongPseudoReferences to Objects. | 
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.