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

Method getLeft

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

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

(int index)

Source from the content-addressed store, hash-verified

1906 */
1907
1908 public Node getLeft(int index)
1909 {
1910 return _left[ index ];
1911 }
1912
1913 /**
1914 * Set this node's right node

Callers 5

lookupMethod · 0.95
leastNodeMethod · 0.95
rotateLeftMethod · 0.95
insertValueMethod · 0.95
putMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected