0

是否可以以只能保存某种类型的对象的方式实现 AbstractList?

4

1 回答 1

1

当然。

class FooList extends AbstractList<Foo> {
  ...
}
于 2013-03-18T19:56:14.990 回答