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

Method setRight

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

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

(Node node, int index)

Source from the content-addressed store, hash-verified

1917 * @param index _KEY or _VALUE
1918 */
1919 public void setRight(Node node, int index)
1920 {
1921 _right[ index ] = node;
1922 }
1923
1924 /**
1925 * get the right node

Callers 4

rotateRightMethod · 0.95
swapPositionMethod · 0.95
insertValueMethod · 0.95
putMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected