Returns the Integer at position i in the tuple. @throws ClassCastException If that field is not a Integer @throws IndexOutOfBoundsException - if the index is out of range `(index < 0 || index >= size())`
(int i)
| 65 | * @throws IndexOutOfBoundsException - if the index is out of range `(index < 0 || index >= size())` |
| 66 | */ |
| 67 | Integer getInteger(int i); |
| 68 | |
| 69 | /** |
| 70 | * Returns the Long at position i in the tuple. |
no outgoing calls