package com.jackie.collection.arraylist;

public class Test {
	public static void main(String[] args) {
		MyArrayList list = new MyArrayList();
		System.out.println(list.size());
		
		list.add("1111");
		list.add("2222");
		list.add("1111");
		list.add("2222");
		list.add("1111");
		list.add("2222");
		list.insert(3, "aaaa");
//		list.remove(1);
//		list.setObj(1, "BBBB"); 
		System.out.println(list.size());
//		System.out.println(list.getObj(0));
//		System.out.println(list.getObj(1));
//		System.out.println(list.getObj(2));
		System.out.println(list.getAll());
	}
}
最近下载更多
aisuzhen  LV10 2019年9月24日
kenpfang  LV18 2018年5月18日
test3d21  LV5 2017年12月28日
ysyxlnm  LV13 2017年12月15日
欧阳小攀  LV12 2017年12月15日
lihui870224  LV9 2017年12月1日
修罗  LV5 2017年11月27日
jiaoshen  LV3 2017年11月25日
最代码官方  LV167 2017年11月24日
最近浏览更多
tangjj7260  LV18 2021年11月19日
李杰 2021年7月14日
暂无贡献等级
 LV10 2021年6月12日
liuhao_  LV2 2021年6月10日
kidsky  LV8 2020年2月18日
sosabiao  LV5 2020年1月3日
ZY1133  LV1 2019年12月26日
寒雪青松  LV2 2019年12月5日
aisuzhen  LV10 2019年9月24日
里更debug  LV10 2019年5月12日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友