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

Method isBlack

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

is this node black? @param index _KEY or _VALUE @return true if black (which is represented as a true boolean)

(int index)

Source from the content-addressed store, hash-verified

1980 * @return true if black (which is represented as a true boolean)
1981 */
1982 public boolean isBlack(int index)
1983 {
1984 return _black[ index ];
1985 }
1986
1987 /**
1988 * is this node red?

Callers 1

isBlackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected