java.lang.Character.UnicodeBlock
A family of character subsets representing the character blocks in the Unicode specification. Character blocks generally define characters used for a specific script or purpose. A character is contained by at most one Unicode block.
Character.UnicodeBlock.of(char c): This method returns the object representing the Unicode block containing the given character, or null if the character is not a member of a defined block.
Character.UnicodeBlock constant Part -I: Some of the constants of Character.UnicodeBlock.
Character.UnicodeBlock constants Part -II: Some of the constants of Character.UnicodeBlock.
Character.UnicodeBlock constants Part -III: Some of the constants of Character.UnicodeBlock.
Character.UnicodeBlock constants Part -IV: Some of the constants of Character.UnicodeBlock.
Character.UnicodeBlock constants Part -V: Some of the constants of Character.UnicodeBlock.
Character.UnicodeBlock constants Part -VI: Some of the constants of Character.UnicodeBlock.
Character.UnicodeBlock constants Part -VII: Some of the constants of Character.UnicodeBlock.
Character.UnicodeBlock constants Part -VIII: Some of the constants of Character.UnicodeBlock.
Character.UnicodeBlock constants Part -IX: Some of the constants of Character.UnicodeBlock.
Character.UnicodeBlock constants Part -X: Some of the constants of Character.UnicodeBlock.
Character.UnicodeBlock constants Part -XI: Some of the constants of Character.UnicodeBlock.
Character.UnicodeBlock constants Part -XII: Some of the constants of Character.UnicodeBlock.
Character.UnicodeBlock constants Part - XIII: Some of the constants of Character.UnicodeBlock.
Character.UnicodeBlock constants Part -XIV: Some of the constants of Character.UnicodeBlock.
Character.UnicodeBlock constants Part -XV: Some of the constants of Character.UnicodeBlock.
Character.UnicodeBlock constants Part -XVI: Some of the constants of Character.UnicodeBlock.
Character.UnicodeBlock.forName(): This method returns the UnicodeBlock with the given name. Block names are determined by The Unicode Standard.
Character.UnicodeBlock.of(int codePoint): This method returns the object representing the Unicode block containing the given character (Unicode code point), or null if the character is not a member of a defined block.
No comments:
Post a Comment