Returns the number of elements in this ArrayList. @return the number of elements in this ArrayList.
()
| 586 | * @return the number of elements in this {@code ArrayList}. |
| 587 | */ |
| 588 | @Override |
| 589 | public int size() { |
| 590 | return size; |
| 591 | } |
| 592 | |
| 593 | /** |
| 594 | * Returns a new array containing all elements contained in this |
no outgoing calls