Collections.Map.Entry.getValue()

Signature

Object getValue ( Object entry)

Domain

ACTION

Description

Returns the value corresponding to this entry.

Parameters

NameTypeDescription
entryObjectThe Entry object

Returns

TypeDescription
Objectthe value corresponding to this entry

Cautions

none