摘要
介绍了Java语言中ArrayList类的add()、remove()、size()、get()、indexOf()、toArray()等常用方法的使用,利用ArrayList类实现了可变的数组。
In the paper,how to use the common methods add(),remove(),size(),get(),indexOf(),toArray() of ArrayList in Java are discussed.ArrayList is used to implement a variable array.
出处
《电脑编程技巧与维护》
2012年第22期20-21,共2页
Computer Programming Skills & Maintenance