![]() |
VOOZH | about |
remove(Object key)Parameters: The method takes one parameter key which refers to the key whose mapping is to be removed. Return Value: The method does not return any value. Below programs illustrate the working of remove(key) function: Program 1:
The EnumMap: {India_today=61.8%, United_States_today=18.2%}
Map after removal: {India_today=61.8%}
The EnumMap: {India_today=69, United_States_today=1073}
Map after removal: {India_today=69}