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

Method getData

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

get the specified data @param index _KEY or _VALUE @return the key or value

(int index)

Source from the content-addressed store, hash-verified

1882 * @return the key or value
1883 */
1884 public Comparable getData(int index)
1885 {
1886 return _data[ index ];
1887 }
1888
1889 /**
1890 * Set this node's left node

Callers 7

containsMethod · 0.95
removeMethod · 0.95
doRemoveMethod · 0.95
doGetMethod · 0.95
lookupMethod · 0.95
insertValueMethod · 0.95
putMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected