首页>代码>基于mysql binlog的redis/elasticsearch数据同步中间件>/com/rumtel/dss/system/custom/CustomArrayList.java
package com.rumtel.dss.system.custom;

import java.util.ArrayList;

@SuppressWarnings("rawtypes")
public class CustomArrayList<T> extends ArrayList<T> {

	private static final long serialVersionUID = 1L;
	
	public CustomArrayList addObject(T t){
		super.add(t);
		return this;
	}
}
最近下载更多
zjlvhk  LV4 2023年10月31日
安安an  LV17 2020年4月7日
说的s51221额  LV3 2019年10月22日
xiaoxiao303  LV8 2019年3月4日
xuhao432  LV8 2019年1月24日
小时代222  LV1 2018年5月11日
AbrahamLeeJay  LV1 2018年5月8日
最代码官方  LV168 2018年3月25日
最近浏览更多
dapeng0011  LV15 2024年7月6日
genyuan2014  LV6 2024年5月7日
zhujunnan  LV12 2024年3月21日
简约时尚  LV13 2024年2月6日
sunlzh888888  LV29 2024年1月22日
zjlvhk  LV4 2023年10月31日
qwertyuiopzxc  LV1 2022年10月14日
Hachi6  LV13 2022年6月15日
youwuzuichen  LV11 2022年5月11日
人工智能4708  LV11 2022年1月13日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友