clear
Description:
public void clear ()
Frees resources associated with a non-statically-allocated WeakRef.
After this call, the WeakRef is left in an undefined state.
You should only call this on a WeakRef that previously had
WeakRef called on it.
Parameters:
| this |
location of a weak reference, which may be empty
|