removeValue abstract method
- String key
Removes a metadata key and its associated value.
keyThe name of the key to be removed.
Implementation
void removeValue(String key);
Removes a metadata key and its associated value.
key The name of the key to be removed.void removeValue(String key);