Returns the first key the given value is associated with. It is often a good idea to first check with {@link #containsValue(double)} whether there exists an association from a key to this value.Search order is guaranteed to be identical to the order used by method {@link #forEachKey(IntProcedure)}.
@param value the value to search for.
@return the first key for which holds get(key) == value; returns Integer.MIN_VALUE if no such key exists.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.