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

Method setParent

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

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

(Node node, int index)

Source from the content-addressed store, hash-verified

1941 * @param index _KEY or _VALUE
1942 */
1943 public void setParent(Node node, int index)
1944 {
1945 _parent[ index ] = node;
1946 }
1947
1948 /**
1949 * get the parent node

Callers 6

rotateLeftMethod · 0.95
rotateRightMethod · 0.95
doRedBlackDeleteMethod · 0.95
putMethod · 0.95
swapPositionMethod · 0.80
insertValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected