Collections.SortedSet.tailSet()

Signature

Object tailSet ( Object set, Object fromElement )

Domain

action

Description

Returns a view of the portion of this set whose elements are greater than or equal to fromElement.

Parameters

NameTypeDescription
setObjectInstance of SortedSet
fromElementObject Low endpoint (inclusive) of the returned set

Returns

TypeDescription
ObjectA view of the portion of this set whose elements are greater than or equal to fromElement

Cautions

none