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

Method getKey

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

@return the key corresponding to this entry.

()

Source from the content-addressed store, hash-verified

2033 * @return the key corresponding to this entry.
2034 */
2035 public Object getKey()
2036 {
2037 return _data[ _KEY ];
2038 }
2039
2040 /**
2041 * @return the value corresponding to this entry.

Callers 9

XSSFDataValidationClass · 0.45
writeToMethod · 0.45
appendSpecificTypesMethod · 0.45
appendDefaultTypeMethod · 0.45
containsMethod · 0.45
removeMethod · 0.45
equalsMethod · 0.45
putAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected