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

Method setRed

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

make this node red @param index _KEY or _VALUE

(int index)

Source from the content-addressed store, hash-verified

2012 * @param index _KEY or _VALUE
2013 */
2014 public void setRed(int index)
2015 {
2016 _black[ index ] = false;
2017 }
2018
2019 /**
2020 * make this node the same color as another

Callers 1

makeRedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected