get the parent node @param index _KEY or _VALUE @return the parent node -- may be null
(int index)
| 1953 | * @return the parent node -- may be null |
| 1954 | */ |
| 1955 | public Node getParent(int index) |
| 1956 | { |
| 1957 | return _parent[ index ]; |
| 1958 | } |
| 1959 | |
| 1960 | /** |
| 1961 | * exchange colors with another node |
no outgoing calls
no test coverage detected