Generated by
JDiff

Class java.lang.Character.UnicodeBlock

Added Methods
UnicodeBlock forName(String) Returns the UnicodeBlock with the given name.
UnicodeBlock of(int) 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.
 

Added Fields
UnicodeBlock AEGEAN_NUMBERS Constant for the "Aegean Numbers" Unicode character block.
UnicodeBlock BUHID Constant for the "Buhid" Unicode character block.
UnicodeBlock BYZANTINE_MUSICAL_SYMBOLS Constant for the "Byzantine Musical Symbols" Unicode character block.
UnicodeBlock CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT Constant for the "CJK Compatibility Ideographs Supplement" Unicode character block.
UnicodeBlock CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B Constant for the "CJK Unified Ideographs Extension B" Unicode character block.
UnicodeBlock CYPRIOT_SYLLABARY Constant for the "Cypriot Syllabary" Unicode character block.
UnicodeBlock CYRILLIC_SUPPLEMENTARY Constant for the "Cyrillic Supplementary" Unicode character block.
UnicodeBlock DESERET Constant for the "Deseret" Unicode character block.
UnicodeBlock GOTHIC Constant for the "Gothic" Unicode character block.
UnicodeBlock HANUNOO Constant for the "Hanunoo" Unicode character block.
UnicodeBlock HIGH_PRIVATE_USE_SURROGATES Constant for the "High Private Use Surrogates" Unicode character block.
UnicodeBlock HIGH_SURROGATES Constant for the "High Surrogates" Unicode character block.
UnicodeBlock KATAKANA_PHONETIC_EXTENSIONS Constant for the "Katakana Phonetic Extensions" Unicode character block.
UnicodeBlock KHMER_SYMBOLS Constant for the "Khmer Symbols" Unicode character block.
UnicodeBlock LIMBU Constant for the "Limbu" Unicode character block.
UnicodeBlock LINEAR_B_IDEOGRAMS Constant for the "Linear B Ideograms" Unicode character block.
UnicodeBlock LINEAR_B_SYLLABARY Constant for the "Linear B Syllabary" Unicode character block.
UnicodeBlock LOW_SURROGATES Constant for the "Low Surrogates" Unicode character block.
UnicodeBlock MATHEMATICAL_ALPHANUMERIC_SYMBOLS Constant for the "Mathematical Alphanumeric Symbols" Unicode character block.
UnicodeBlock MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A Constant for the "Miscellaneous Mathematical Symbols-A" Unicode character block.
UnicodeBlock MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B Constant for the "Miscellaneous Mathematical Symbols-B" Unicode character block.
UnicodeBlock MISCELLANEOUS_SYMBOLS_AND_ARROWS Constant for the "Miscellaneous Symbols and Arrows" Unicode character block.
UnicodeBlock MUSICAL_SYMBOLS Constant for the "Musical Symbols" Unicode character block.
UnicodeBlock OLD_ITALIC Constant for the "Old Italic" Unicode character block.
UnicodeBlock OSMANYA Constant for the "Osmanya" Unicode character block.
UnicodeBlock PHONETIC_EXTENSIONS Constant for the "Phonetic Extensions" Unicode character block.
UnicodeBlock SHAVIAN Constant for the "Shavian" Unicode character block.
UnicodeBlock SUPPLEMENTAL_ARROWS_A Constant for the "Supplemental Arrows-A" Unicode character block.
UnicodeBlock SUPPLEMENTAL_ARROWS_B Constant for the "Supplemental Arrows-B" Unicode character block.
UnicodeBlock SUPPLEMENTAL_MATHEMATICAL_OPERATORS Constant for the "Supplemental Mathematical Operators" Unicode character block.
UnicodeBlock SUPPLEMENTARY_PRIVATE_USE_AREA_A Constant for the "Supplementary Private Use Area-A" Unicode character block.
UnicodeBlock SUPPLEMENTARY_PRIVATE_USE_AREA_B Constant for the "Supplementary Private Use Area-B" Unicode character block.
UnicodeBlock TAGALOG Constant for the "Tagalog" Unicode character block.
UnicodeBlock TAGBANWA Constant for the "Tagbanwa" Unicode character block.
UnicodeBlock TAGS Constant for the "Tags" Unicode character block.
UnicodeBlock TAI_LE Constant for the "Tai Le" Unicode character block.
UnicodeBlock TAI_XUAN_JING_SYMBOLS Constant for the "Tai Xuan Jing Symbols" Unicode character block.
UnicodeBlock UGARITIC Constant for the "Ugaritic" Unicode character block.
UnicodeBlock VARIATION_SELECTORS Constant for the "Variation Selectors" Unicode character block.
UnicodeBlock VARIATION_SELECTORS_SUPPLEMENT Constant for the "Variation Selectors Supplement" Unicode character block.
UnicodeBlock YIJING_HEXAGRAM_SYMBOLS Constant for the "Yijing Hexagram Symbols" Unicode character block.
 

Changed Fields
UnicodeBlock SURROGATES_AREA Now deprecated.
As of J2SE 1.5, use {@link #HIGH_SURROGATES}, {@link #HIGH_PRIVATE_USE_SURROGATES}, and {@link #LOW_SURROGATES}.