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

Method removeValue

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

Removes the mapping for this value from this map if present @param value value whose mapping is to be removed from the map. @return previous key associated with specified value, or null if there was no mapping for value.

(Object value)

Source from the content-addressed store, hash-verified

165 * if there was no mapping for value.
166 */
167 public Object removeValue(Object value)
168 {
169 return doRemove(( Comparable ) value, _VALUE);
170 }
171
172 /**
173 * Returns a set view of the mappings contained in this map. Each

Callers 3

removeMethod · 0.95
removeAllMethod · 0.95
testRemoveValueMethod · 0.95

Calls 1

doRemoveMethod · 0.95

Tested by 1

testRemoveValueMethod · 0.76