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.insert(0, "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));
	}
}
最近下载更多
zhipeng553  LV5 2017年11月24日
woshishen  LV10 2017年11月24日
最代码官方  LV167 2017年11月24日
最近浏览更多
阿布屋脊  LV7 2022年6月7日
忧麦紫  LV18 2021年6月10日
小菜鸡1231 2019年10月20日
暂无贡献等级
3163434  LV1 2019年9月23日
lczd888  LV9 2019年7月17日
孤寒双月泪  LV14 2019年7月16日
angel200288  LV2 2019年3月31日
hyt1996  LV2 2018年12月25日
kingdoms2008 2018年11月23日
暂无贡献等级
audrey11  LV2 2018年11月21日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友