Collections.Map.values()

Signature

Object values ( Object map )

Domain

ACTION

Description

Returns a view of the values contained in this map.

Parameters

NameTypeDescription
mapObjectThe Map object

Returns

TypeDescription
ObjectA collection view of the values contained in this map

Cautions

none