| Changed Methods |
int capacity()
|
Changed from non-synchronized to synchronized.
|
Returns the current capacity of this vector. |
boolean isEmpty()
|
Changed from non-synchronized to synchronized.
|
Tests if this vector has no components. |
int size()
|
Changed from non-synchronized to synchronized.
|
Returns the number of components in this vector. |
List subList(int, int)
|
Changed from non-synchronized to synchronized.
|
Returns a view of the portion of this List between fromIndex inclusive and toIndex exclusive. |
int lastIndexOf(Object)
|
Changed from non-synchronized to synchronized.
|
Returns the index of the last occurrence of the specified object in this vector. |