Returns the Boolean at position i in the tuple. @throws ClassCastException If that field is not a Boolean @throws IndexOutOfBoundsException - if the index is out of range `(index < 0 || index >= size())`
(int i)
| 81 | * @throws IndexOutOfBoundsException - if the index is out of range `(index < 0 || index >= size())` |
| 82 | */ |
| 83 | Boolean getBoolean(int i); |
| 84 | |
| 85 | /** |
| 86 | * Returns the Short at position i in the tuple. |
no outgoing calls