JavaTM 2 Platform
Standard Ed. 6

软件包 java.lang.ref
的使用

使用 java.lang.ref 的软件包
java.lang.ref 提供了引用对象类,支持在某种程度上与垃圾回收器之间的交互。 
 

java.lang.ref 使用的 java.lang.ref 中的类
Reference
          引用对象的抽象基类。
ReferenceQueue
          引用队列,在检测到适当的可到达性更改后,垃圾回收器将已注册的引用对象添加到该队列中。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only