gnu.gcj.runtime

Class JNIWeakRef


public final class JNIWeakRef
extends WeakReference<T>

Constructor Summary

JNIWeakRef(Object referent)

Method Summary

Methods inherited from class java.lang.ref.Reference<T>

clear, enqueue, get, isEnqueued

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

JNIWeakRef

public JNIWeakRef(Object referent)

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.