Collections.Map.Entry.getKey()

Signature

Object getKey ( Object entry)

Domain

ACTION

Description

Returns the key corresponding to this entry..

Parameters

NameTypeDescription
entryObjectThe Entry object

Returns

TypeDescription
Objectthe key corresponding to this entry

Cautions

none