Returns the key with the specified index. @param index index of the key (starts with 1) @return key
(final int index)
| 76 | * @return key |
| 77 | */ |
| 78 | public final int key(final int index) { |
| 79 | return keys[index]; |
| 80 | } |
| 81 | |
| 82 | /** |
| 83 | * Stores the specified key and returns its index, |