is the specified node red? if the node does not exist, no, it's black, thank you @param node the node (may be null) in question @param index _KEY or _VALUE
(Node node, int index)
| 596 | * @param index _KEY or _VALUE |
| 597 | */ |
| 598 | private static boolean isRed(Node node, int index) |
| 599 | { |
| 600 | return node == null ? false : node.isRed(index); |
| 601 | } |
| 602 | |
| 603 | /** |
| 604 | * is the specified black red? if the node does not exist, sure, |
no test coverage detected