Collections.Map.keySet()

Signature

Object keySet ( Object map )

Domain

ACTION

Description

Returns a view of the keys contained in this map.

Parameters

NameTypeDescription
mapObjectThe Map object

Returns

TypeDescription
ObjectA set view of the keys contained in this map

Cautions

none