split splits the Map into the values whose associated key is strictly smaller than the provided key, the provided key's value, and the values whose associated key are strictly larger than the provided key.
key
Complexity: O((log n)^2)
O((log n)^2)
Generated using TypeDoc
split splits the Map into the values whose associated key is strictly smaller than the provided
key
, the providedkey
's value, and the values whose associated key are strictly larger than the providedkey
.Complexity:
O((log n)^2)