Object tailSet ( Object set, Object fromElement )
Object tailSet ( Object set, Object fromElement )
Name | Type | Description |
---|---|---|
set | Object | Instance of SortedSet |
fromElement | Object | Low endpoint (inclusive) of the returned set |
Type | Description |
---|---|
Object | A view of the portion of this set whose elements are greater than or equal to fromElement |