Object tailMap ( Object map, Object fromKey )Object tailMap ( Object map, Object fromKey )| Name | Type | Description |
|---|---|---|
map | Object | Instance of SortedMap |
fromKey | Object | Low endpoint (inclusive) of the keys in the returned map |
| Type | Description |
|---|---|
Object | Instance of SortedSet, a view of the portion of this map whose keys are greater than or equal to fromKey |