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

Method setLeft

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

Set this node's left node @param node the new left node @param index _KEY or _VALUE

(Node node, int index)

Source from the content-addressed store, hash-verified

1893 * @param index _KEY or _VALUE
1894 */
1895 public void setLeft(Node node, int index)
1896 {
1897 _left[ index ] = node;
1898 }
1899
1900 /**
1901 * get the left node

Callers 4

rotateLeftMethod · 0.95
swapPositionMethod · 0.95
insertValueMethod · 0.95
putMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected