Collections.SortedSet.first()

Signature

Object first (Object set )

Domain

ACTION

Description

Returns the first (lowest) element currently in this set.

Parameters

NameTypeDescription
setObjectInstance of SortedSet

Returns

TypeDescription
ObjectThe first (lowest) element currently in this set

Cautions

none