Returns the Float at position i in the tuple. @throws ClassCastException If that field is not a Float @throws IndexOutOfBoundsException - if the index is out of range `(index < 0 || index >= size())`
(int i)
| 113 | * @throws IndexOutOfBoundsException - if the index is out of range `(index < 0 || index >= size())` |
| 114 | */ |
| 115 | Float getFloat(int i); |
| 116 | |
| 117 | /** |
| 118 | * Returns the byte array at position i in the tuple. |
no outgoing calls
no test coverage detected