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

Method getParent

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

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

(int index)

Source from the content-addressed store, hash-verified

1953 * @return the parent node -- may be null
1954 */
1955 public Node getParent(int index)
1956 {
1957 return _parent[ index ];
1958 }
1959
1960 /**
1961 * exchange colors with another node

Callers 2

nextGreaterMethod · 0.95
doRedBlackInsertMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected