随笔分类 - 源码分析
摘要:被人鄙视了,于是也来读读源码。。。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...
阅读全文