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

Method setBlack

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

make this node black @param index _KEY or _VALUE

(int index)

Source from the content-addressed store, hash-verified

2002 * @param index _KEY or _VALUE
2003 */
2004 public void setBlack(int index)
2005 {
2006 _black[ index ] = true;
2007 }
2008
2009 /**
2010 * make this node red

Callers 2

copyColorMethod · 0.80
makeBlackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected