Collections.SortedSet.last()

Signature

Object last ( Object set )

Domain

ACTION

Description

Returns the last (highest) element currently in this set.

Parameters

NameTypeDescription
setObjectInstance of SortedSet

Returns

TypeDescription
ObjectThe last (highest) element currently in this set.

Cautions

none