在JAVA中,LinkedList类和ArrayList类同属于集合框架类,下列( )选项中的方法是LinkedList类有而ArrayList类没有的:
add(Object o)
add(int index, Object o)
remove(Object o)
removeLast()