Package java.util
Interface Map.Entry
abstract Object getValue()
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Returns the value corresponding to this entry. If the mapping has been removed from the backing map (by the iterator's remove operation), the results of this call are undefined.