Gets the field at position i in the tuple. Returns object since tuples are dynamically typed. @throws IndexOutOfBoundsException - if the index is out of range `(index < 0 || index >= size())`
(int i)
| 49 | * @throws IndexOutOfBoundsException - if the index is out of range `(index < 0 || index >= size())` |
| 50 | */ |
| 51 | Object getValue(int i); |
| 52 | |
| 53 | /** |
| 54 | * Returns the String at position i in the tuple. |
no outgoing calls