Collections.Map.Entry.setValue()

Signature

Object setValue ( Object entry ,Object value )

Domain

ACTION

Description

Replaces the value corresponding to this entry with the specified value.

Parameters

NameTypeDescription
entryObjectThe Entry object
valueObjectnew value to be stored in this entry

Returns

TypeDescription
Objectold value corresponding to the entry

Cautions

none