Returns the number of elements in the array.
()
| 23 | |
| 24 | /** Returns the number of elements in the array. */ |
| 25 | public int size() { |
| 26 | return size; |
| 27 | } |
| 28 | |
| 29 | /** Removes all elements form this FloatArray. */ |
| 30 | public void clear() { |
no outgoing calls
no test coverage detected