Package java.util
Interface Map.Entry

Public Method setValue

abstract Object setValue(Object value)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Replaces the value corresponding to this entry with the specified value (optional operation).

Writes through to the map. The behavior of this call is undefined if the mapping has already been removed from the map (by the iterator's remove operation.