Uses of Package
java.lang.ref

Packages that use java.lang.ref
Package Description
java.lang.ref  
libcore.util  
org.apache.http.impl.conn.tsccm
The implementation of a thread-safe client connection manager.
  • Classes in java.lang.ref used by java.lang.ref
    Class Description
    FinalizerReference  
    Reference
    Provides an abstract class which describes behavior common to all reference objects.
    ReferenceQueue
    The ReferenceQueue is the container on which reference objects are enqueued when the garbage collector detects the reachability type specified for the referent.
  • Classes in java.lang.ref used by libcore.util
    Class Description
    Reference
    Provides an abstract class which describes behavior common to all reference objects.
  • Classes in java.lang.ref used by org.apache.http.impl.conn.tsccm
    Class Description
    Reference
    Provides an abstract class which describes behavior common to all reference objects.
    ReferenceQueue
    The ReferenceQueue is the container on which reference objects are enqueued when the garbage collector detects the reachability type specified for the referent.
    WeakReference
    Implements a weak reference, which is the middle of the three types of references.