Retrieve the value of the specified key as a int. Throws an exception if the value could not be converted to int. Returns Int.MIN_VALUE if the key does not exist. If there is more than one of the specified key, then the first is used.
@param key The key identifying the value to retrieve.
@exception LeafCastException (unchecked) thrown if the requested value could not be converted to a int.
@exception ClassCastException if the specified value is not a leaf.
@return The requested value, or Int.MIN_VALUE if the specified key does not exist.
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.