下列(  )选项中的方法是LinkedList类有而ArrayList类没有的。 
A、add(Object o) 
B、add(int indexObject o) 
C、remove(Object o) 
D、removeLast()