lowerBound MethodProtected
Computes the position at which the specified value should be inserted to maintain sorted order.
lowerBound(value: T): object
Parameter | Type | Description |
---|---|---|
value | T | The value whose position is to be computed. |
Returns - an object with 'index' corresponding to the computed position and 'equal' set to true if an equivalent element already exists at that index.
Defined in
Last Updated: 08 January, 2020