MCPcopy Create free account
hub / github.com/apache/pig / removeKey

Method removeKey

src/org/apache/pig/impl/util/MultiMap.java:136–138  ·  view source on GitHub ↗

Remove all the values associated with the given key @param key the key to be removed @return list of all value being removed

(K key)

Source from the content-addressed store, hash-verified

134 * @return list of all value being removed
135 */
136 public Collection<V> removeKey(K key) {
137 return mMap.remove(key) ;
138 }
139
140 /**
141 * Get a set of all the keys in this map.

Callers 11

expandPlansMethod · 0.80
mergeDiamondMROperMethod · 0.80
mergeAndMarkForDeleteMethod · 0.80
replaceNodeMethod · 0.80
generateNewMapMethod · 0.80
removeAndReconnectMethod · 0.80
reconnectSuccessorsMethod · 0.80
reconnectPredecessorsMethod · 0.80

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected