构造子索引

Vector()
Vector(int)
Vector(int, int)

方法索引

addElement(Object)
capacity()
clone()
contains(Object)
copyInto(Object[])
elementAt(int)
elements()
ensureCapacity(int)
firstElement()
indexOf(Object)
indexOf(Object, int)
insertElementAt(Object, int)
isEmpty()
lastElement()
lastIndexOf(Object)
lastIndexOf(Object, int)
removeAllElements()
removeElement(Object)
removeElementAt(int)
setElementAt(Object, int)
setSize(int)
size()
toString()
trimToSize()

域索引

capacityIncrement
elementCount
elementData