Returns value to lower bound
associative array. If the associative array previously contained a mapping for
Returns the value of the key pointing to the first element in the container whose key does not compare less than key, i.e. it is either equal or greater.
the associative array to get the lower bound of
the key to be compared
the value of the key of the first element in the container whose key does not compare less than key.
NoSuchElementException if the given key could not be found
See Implementation
Returns value to lower bound
associative array. If the associative array previously contained a mapping for
Returns the value of the key pointing to the first element in the container whose key does not compare less than key, i.e. it is either equal or greater.