Collections.SortedSet.comparator()

Signature

Object comparator ( Object set )

Domain

action

Parameters

NameTypeDescription
setObjectInstance of SortedSet

Returns

TypeDescription
Objectthe comparator used to order the elements in this set, or null if this map uses the natural ordering, of its elements

Cautions

none