gnu.gcj.runtime
Class JNIWeakRef
JNIWeakRef(Object referent) - Create a new weak reference, that is not registered to any queue.
|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
JNIWeakRef
public JNIWeakRef(Object referent)
Create a new weak reference, that is not registered to any queue.
referent
- the object we refer to.
Copyright (C) 2001 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of the
Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
details.