摘要: 自动打包 && 自动拆包 sample ArrayList = new ArrayList(); list.add(3); int i = list.get(0);3会被自动打包成Integer类型,随后被自动拆包为int型。Tips: 这里处理定长的数组类型,ArrayList... 阅读全文
posted @ 2015-07-20 16:53 GAN_REPLACE 阅读(182) 评论(0) 推荐(0)