Frames | No Frames |
Methods with return type java.lang.Character.UnicodeBlock | |
Character.UnicodeBlock |
Returns the UnicodeBlock with the given name, as defined
by the Unicode standard. |
Character.UnicodeBlock | Character.UnicodeBlock.of(char ch) Returns the Unicode character block which a character belongs to.
|
Character.UnicodeBlock | Character.UnicodeBlock.of(int codePoint) Returns the Unicode character block which a code point belongs to.
|