Returns the value at the specified index position. @param index index @return value
(final int index)
| 135 | * @return value |
| 136 | */ |
| 137 | public byte[] value(final int index) { |
| 138 | return list[(index << 1) + 1]; |
| 139 | } |
| 140 | |
| 141 | /** |
| 142 | * Returns the value for the specified name or {@code null}. |