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

Method getKey

src/testcases/org/apache/poi/util/LocalTestNode.java:52–55  ·  view source on GitHub ↗

@return the unique key associated with the current node

()

Source from the content-addressed store, hash-verified

50 */
51
52 Comparable getKey()
53 {
54 return _key;
55 }
56
57 /**
58 * @param value the unique value associated with the current node.

Callers 15

testKeySetMethod · 0.95
testValuesMethod · 0.95
testEntrySetMethod · 0.95
testEqualsMethod · 0.95
testEntrySetByValueMethod · 0.95
testKeySetByValueMethod · 0.95
testValuesByValueMethod · 0.95
compareToMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95
testSizeMethod · 0.45
testIsEmptyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected