Collections.SortedMap.lastKey()

Signature

Object lastKey (Object map )

Domain

ACTION

Description

Returns the last (highest) key currently in this map.

Parameters

NameTypeDescription
mapObjectInstance of SortedMap

Returns

TypeDescription
ObjectThe last (highest) key currently in this map.

Cautions

none