public static boolean isValidCodePoint(int codePoint)
Determines whether the specified code point is a valid Unicode code point value.
Parameters:
codePoint - the Unicode code point to be tested
Returns:
true if the specified code point value is between MIN_CODE_POINT and MAX_CODE_POINT inclusive; false otherwise.
Since:
1.5