Returns the name at the specified index position. @param index index @return name
(final int index)
| 126 | * @return name |
| 127 | */ |
| 128 | public byte[] name(final int index) { |
| 129 | return list[index << 1]; |
| 130 | } |
| 131 | |
| 132 | /** |
| 133 | * Returns the value at the specified index position. |