Class java.util.Vector

Removed Methods
Spliterator<E> spliterator()  
 

Added Methods
boolean add(E)  
boolean addAll(int, Collection<?, extends, E>)  
boolean addAll(Collection<? extends E>)  
int lastIndexOf(Object)  
ListIterator<E> listIterator()  
ListIterator<E> listIterator(int)  
E remove(int)  
T[] toArray(T[])  
Object[] toArray()  
 

Changed Methods
boolean containsAll(Collection<?>) Method was inherited from java.util.AbstractCollection, but is now defined locally.  
boolean equals(Object) Method was inherited from java.lang.Object, but is now defined locally.  
int hashCode() Method was inherited from java.lang.Object, but is now defined locally.  
boolean isEmpty() Method was inherited from java.util.AbstractCollection, but is now defined locally.  
Iterator<E> iterator() Method was inherited from java.util.AbstractList, but is now defined locally.  
boolean removeAll(Collection<?>) Method was inherited from java.util.AbstractCollection, but is now defined locally.  
void removeRange(int, int) Method was inherited from java.util.AbstractList, but is now defined locally.  
boolean retainAll(Collection<?>) Method was inherited from java.util.AbstractCollection, but is now defined locally.  
E set(int, E) Method was inherited from java.util.AbstractList, but is now defined locally.  
List<E> subList(int, int) Method was inherited from java.util.AbstractList, but is now defined locally.  
String toString() Method was inherited from java.lang.Object, but is now defined locally.