Microsoft SDK for Java

WeakReference Class Constructors

The WeakReference Class contains the following constructor:

WeakReference(Object referent)

Constructs a weak reference to a specified object.

Syntax

public WeakReference(Object referent);

Parameters

referent The object to track.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.