Java的List类型是一个接口,是C#的对应物IList.如果要实现它,则必须从头开始编写大多数方法.C#具体List类的对应部分是Java ArrayList:
List
IList
ArrayList
public class MyItems extends ArrayList {