Removes the mapping for the key and value from the map if present.
If there is no matching key, the map will be unchanged. If the matching object is a string, the mapping will be removed. If the matching object is a string[], then the matching value will be removed from the string[]. If there are remaining elements in the string[], then the resulting string[] will be put back into the map. If there are no remaining elements in the string[], then the mapping will be removed. Note: Since all names are uppercased by the portal, the key should also be uppercase. No exception is thrown if the key does not exist.
NamedValueMap Class | Plumtree.Remote.Util Namespace | NamedValueMap.Remove Overload List