Returns the String at position i in the tuple. @throws ClassCastException If that field is not a String @throws IndexOutOfBoundsException - if the index is out of range `(index < 0 || index >= size())`
(int i)
| 57 | * @throws IndexOutOfBoundsException - if the index is out of range `(index < 0 || index >= size())` |
| 58 | */ |
| 59 | String getString(int i); |
| 60 | |
| 61 | /** |
| 62 | * Returns the Integer at position i in the tuple. |
no outgoing calls