get the right node @param index _KEY or _VALUE @return the right node -- may be null
(int index)
| 1930 | */ |
| 1931 | |
| 1932 | public Node getRight(int index) |
| 1933 | { |
| 1934 | return _right[ index ]; |
| 1935 | } |
| 1936 | |
| 1937 | /** |
| 1938 | * Set this node's parent node |
no outgoing calls
no test coverage detected