@return Returns the number of values in this array.
()
| 128 | * @return Returns the number of values in this array. |
| 129 | */ |
| 130 | public int length() { |
| 131 | return values.size(); |
| 132 | } |
| 133 | |
| 134 | /** |
| 135 | * Appends {@code value} to the end of this array. |
no outgoing calls