Skip navigation links


Package org.apache.myfaces.trinidad.util.ref

Interface Summary
PseudoReference<T> Interface for dealing with both strong references and java.lang.ref.Reference Objects interchangably.

 

Class Summary
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.

 


Skip navigation links


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.