get the specified data @param index _KEY or _VALUE @return the key or value
(int index)
| 1882 | * @return the key or value |
| 1883 | */ |
| 1884 | public Comparable getData(int index) |
| 1885 | { |
| 1886 | return _data[ index ]; |
| 1887 | } |
| 1888 | |
| 1889 | /** |
| 1890 | * Set this node's left node |