随笔分类 -  源码分析

摘要:被人鄙视了,于是也来读读源码。。。package java.lang;/** * The Void class is an uninstantiable placeholder class to hold a * reference to the Class object representing the Java keyword * void. * * @author unascribed * @version %I%, %G% * @since JDK1.1 */public finalclass Void { /** * The Class object repres... 阅读全文
posted @ 2014-03-15 19:36 Richaaaard 阅读(535) 评论(0) 推荐(0)