摘要: package com.hu.cool; import java.awt.List;import java.util.ArrayList; import org.junit.Test; public class TestList { //Arraylist 的主要实现类 /* * void add( 阅读全文
posted @ 2016-12-02 14:08 afterhoursprogramer 阅读(1314) 评论(0) 推荐(0) 编辑
摘要: 常用的集合中的方法 ***************************************************************** Collection collection=new ArrayList(); int i=collection.size();//返回collect 阅读全文
posted @ 2016-12-02 04:14 afterhoursprogramer 阅读(106) 评论(0) 推荐(0) 编辑