Returns the Short at position i in the tuple. @throws ClassCastException If that field is not a Short @throws IndexOutOfBoundsException - if the index is out of range `(index < 0 || index >= size())`
(int i)
| 89 | * @throws IndexOutOfBoundsException - if the index is out of range `(index < 0 || index >= size())` |
| 90 | */ |
| 91 | Short getShort(int i); |
| 92 | |
| 93 | /** |
| 94 | * Returns the Byte at position i in the tuple. |
no outgoing calls
no test coverage detected