Collections.Map.entrySet()

Signature

Object entrySet ( Object map )

Domain

ACTION

Description

Returns a view of the mappings contained in this map.

Parameters

NameTypeDescription
mapObjectThe Map object

Returns

TypeDescription
ObjectA set view of the mappings contained in this map

Cautions

none