gnu.gcj.runtime

Class JNIWeakRef


public final class JNIWeakRef
extends WeakReference

Constructor Summary

JNIWeakRef(Object referent)
Create a new weak reference, that is not registered to any queue.

Method Summary

Methods inherited from class java.lang.ref.Reference

clear, enqueue, get, isEnqueued

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

JNIWeakRef

public JNIWeakRef(Object referent)
Create a new weak reference, that is not registered to any queue.
Parameters:
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.