Returns the number of elements in this vector. @return the number of elements in this vector. @see #elementCount @see #lastElement
()
| 905 | * @see #lastElement |
| 906 | */ |
| 907 | @Override |
| 908 | public synchronized int size() { |
| 909 | return elementCount; |
| 910 | } |
| 911 | |
| 912 | /** |
| 913 | * Returns a List of the specified portion of this vector from the start |
no outgoing calls