Object headSet ( Object set, Object toElement )
Object headSet ( Object set, Object toElement )
Name | Type | Description |
---|---|---|
set | Object | Instance of SortedSet |
toElement | Object | High endpoint (exclusive) of the returned set |
Type | Description |
---|---|
Object | A view of the portion of this set whose elements are strictly less than toElement |