首页题库练习题目详情
面向对象程序设计单选题中等

下列哪个方法在 ArrayList 和 LinkedList 中都可以直接用于删除列表中指定元素?

Aremove(int index)
Bremove(Object o)
Cclear()
Dset(int index, E element)