MCPcopy Create free account
hub / github.com/apache/poi / copyColor

Method copyColor

src/java/org/apache/poi/util/BinaryTree.java:2025–2028  ·  view source on GitHub ↗

make this node the same color as another @param node the node whose color we're adopting @param index _KEY or _VALUE

(Node node, int index)

Source from the content-addressed store, hash-verified

2023 * @param index _KEY or _VALUE
2024 */
2025 public void copyColor(Node node, int index)
2026 {
2027 _black[ index ] = node._black[ index ];
2028 }
2029
2030 /* ********** START implementation of Map.Entry ********** */
2031

Callers 1

copyColorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected