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

Method getRight

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

get the right node @param index _KEY or _VALUE @return the right node -- may be null

(int index)

Source from the content-addressed store, hash-verified

1930 */
1931
1932 public Node getRight(int index)
1933 {
1934 return _right[ index ];
1935 }
1936
1937 /**
1938 * Set this node's parent node

Callers 5

lookupMethod · 0.95
nextGreaterMethod · 0.95
rotateRightMethod · 0.95
insertValueMethod · 0.95
putMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected