Statistics
 ChangedAddedRemovedUnchangedTotal
Contexts0005858
StatusNot Changed
Class Summary
Vector
Field Detail
capacityIncrement
elementCount
elementData
Constructor Detail
Vector()
Vector(int)
Vector(int, int)
Vector(java.util.Collection)
Method Detail
add(E)
add(int, E)
addAll(int, java.util.Collection)
addAll(java.util.Collection)
addElement(E)
capacity()
clear()
clone()
contains(java.lang.Object)
containsAll(java.util.Collection)
copyInto(java.lang.Object[])
elementAt(int)
elements()
ensureCapacity(int)
equals(java.lang.Object)
firstElement()
forEach(java.util.function.Consumer)
get(int)
hashCode()
indexOf(java.lang.Object)
indexOf(java.lang.Object, int)
insertElementAt(E, int)
isEmpty()
iterator()
lastElement()
lastIndexOf(java.lang.Object)
lastIndexOf(java.lang.Object, int)
listIterator()
listIterator(int)
remove(int)
remove(java.lang.Object)
removeAll(java.util.Collection)
removeAllElements()
removeElement(java.lang.Object)
removeElementAt(int)
removeIf(java.util.function.Predicate)
removeRange(int, int)
replaceAll(java.util.function.UnaryOperator)
retainAll(java.util.Collection)
set(int, E)
setElementAt(E, int)
setSize(int)
size()
sort(java.util.Comparator)
spliterator()
subList(int, int)
toArray()
toArray(T[])
toString()
trimToSize()