com.sun.star.uno
public class WeakReference extends Object
Constructor Summary | |
---|---|
WeakReference(WeakReference obj) Creates an instance of this class. | |
WeakReference(Object obj) Creates an instance of this class. |
Method Summary | |
---|---|
Object | get() Returns a hard reference to the object that is kept weak by this class. |
Parameters: obj - another instance that is to be copied
Parameters: obj XWeak implementation
Returns: a hard reference to the XWeak implementation.