Returns the Byte at position i in the tuple. @throws ClassCastException If that field is not a Byte @throws IndexOutOfBoundsException - if the index is out of range `(index < 0 || index >= size())`
(int i)
| 97 | * @throws IndexOutOfBoundsException - if the index is out of range `(index < 0 || index >= size())` |
| 98 | */ |
| 99 | Byte getByte(int i); |
| 100 | |
| 101 | /** |
| 102 | * Returns the Double at position i in the tuple. |
nothing calls this directly
no outgoing calls
no test coverage detected