API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.lang. Character.UnicodeBlock View Source
Author(s)
Since
1.2
Version
Serial
Hierarchy
 Object
      Character.Subset
          Character.UnicodeBlock
Implements
Subclasses
Description
publicfinalstatic class Character.UnicodeBlock
  A family of character subsets representing the character blocks in the Unicode specification.
See also:   
Constructors
private Character.UnicodeBlock (String idName)
  Create a UnicodeBlock with the given identifier name.
private Character.UnicodeBlock (String idName, String alias)
Create a UnicodeBlock with the given identifier name and alias name.
private Character.UnicodeBlock (String idName, String aliasName)
Create a UnicodeBlock with the given identifier name and alias names.
Methods
Hide/Show inherited methods
publicfinal boolean equals (Object obj) [Inherited From Character.Subset]
  Compares two Subset objects for equality.
publicfinalstatic UnicodeBlock forName (String blockName)
  Returns the UnicodeBlock with the given name.
publicfinal int hashCode () [Inherited From Character.Subset]
  Returns the standard hash code as defined by the Object.hashCode() method.
publicstatic UnicodeBlock of (char c)
  Returns the object representing the Unicode block containing the given character, or null if the character is not a member of a defined block.
publicstatic UnicodeBlock of (int codePoint)
  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.
publicfinal String toString () [Inherited From Character.Subset]
Returns the name of this subset.
Fields
Hide/Show inherited fields
publicfinalstatic UnicodeBlock AEGEAN_NUMBERS
  Constant for the "Aegean Numbers" Unicode character block.
publicfinalstatic UnicodeBlock ALPHABETIC_PRESENTATION_FORMS
  Constant for the "Alphabetic Presentation Forms" Unicode character block.
publicfinalstatic UnicodeBlock ARABIC
  Constant for the "Arabic" Unicode character block.
publicfinalstatic UnicodeBlock ARABIC_PRESENTATION_FORMS_A
  Constant for the "Arabic Presentation Forms-A" Unicode character block.
publicfinalstatic UnicodeBlock ARABIC_PRESENTATION_FORMS_B
  Constant for the "Arabic Presentation Forms-B" Unicode character block.
publicfinalstatic UnicodeBlock ARMENIAN
  Constant for the "Armenian" Unicode character block.
publicfinalstatic UnicodeBlock ARROWS
  Constant for the "Arrows" Unicode character block.
publicfinalstatic UnicodeBlock BASIC_LATIN
  Constant for the "Basic Latin" Unicode character block.
publicfinalstatic UnicodeBlock BENGALI
  Constant for the "Bengali" Unicode character block.
publicfinalstatic UnicodeBlock BLOCK_ELEMENTS
  Constant for the "Block Elements" Unicode character block.
publicfinalstatic UnicodeBlock BOPOMOFO
  Constant for the "Bopomofo" Unicode character block.
publicfinalstatic UnicodeBlock BOPOMOFO_EXTENDED
  Constant for the "Bopomofo Extended" Unicode character block.
publicfinalstatic UnicodeBlock BOX_DRAWING
  Constant for the "Box Drawing" Unicode character block.
publicfinalstatic UnicodeBlock BRAILLE_PATTERNS
  Constant for the "Braille Patterns" Unicode character block.
publicfinalstatic UnicodeBlock BUHID
  Constant for the "Buhid" Unicode character block.
publicfinalstatic UnicodeBlock BYZANTINE_MUSICAL_SYMBOLS
  Constant for the "Byzantine Musical Symbols" Unicode character block.
publicfinalstatic UnicodeBlock CHEROKEE
  Constant for the "Cherokee" Unicode character block.
publicfinalstatic UnicodeBlock CJK_COMPATIBILITY
  Constant for the "CJK Compatibility" Unicode character block.
publicfinalstatic UnicodeBlock CJK_COMPATIBILITY_FORMS
  Constant for the "CJK Compatibility Forms" Unicode character block.
publicfinalstatic UnicodeBlock CJK_COMPATIBILITY_IDEOGRAPHS
  Constant for the "CJK Compatibility Ideographs" Unicode character block.
publicfinalstatic UnicodeBlock CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT
  Constant for the "CJK Compatibility Ideographs Supplement" Unicode character block.
publicfinalstatic UnicodeBlock CJK_RADICALS_SUPPLEMENT
  Constant for the "CJK Radicals Supplement" Unicode character block.
publicfinalstatic UnicodeBlock CJK_SYMBOLS_AND_PUNCTUATION
  Constant for the "CJK Symbols and Punctuation" Unicode character block.
publicfinalstatic UnicodeBlock CJK_UNIFIED_IDEOGRAPHS
  Constant for the "CJK Unified Ideographs" Unicode character block.
publicfinalstatic UnicodeBlock CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A
  Constant for the "CJK Unified Ideographs Extension A" Unicode character block.
publicfinalstatic UnicodeBlock CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B
  Constant for the "CJK Unified Ideographs Extension B" Unicode character block.
publicfinalstatic UnicodeBlock COMBINING_DIACRITICAL_MARKS
  Constant for the "Combining Diacritical Marks" Unicode character block.
publicfinalstatic UnicodeBlock COMBINING_HALF_MARKS
  Constant for the "Combining Half Marks" Unicode character block.
publicfinalstatic UnicodeBlock COMBINING_MARKS_FOR_SYMBOLS
  Constant for the "Combining Diacritical Marks for Symbols" Unicode character block.
publicfinalstatic UnicodeBlock CONTROL_PICTURES
  Constant for the "Control Pictures" Unicode character block.
publicfinalstatic UnicodeBlock CURRENCY_SYMBOLS
  Constant for the "Currency Symbols" Unicode character block.
publicfinalstatic UnicodeBlock CYPRIOT_SYLLABARY
  Constant for the "Cypriot Syllabary" Unicode character block.
publicfinalstatic UnicodeBlock CYRILLIC
  Constant for the "Cyrillic" Unicode character block.
publicfinalstatic UnicodeBlock CYRILLIC_SUPPLEMENTARY
  Constant for the "Cyrillic Supplementary" Unicode character block.
publicfinalstatic UnicodeBlock DESERET
  Constant for the "Deseret" Unicode character block.
publicfinalstatic UnicodeBlock DEVANAGARI
  Constant for the "Devanagari" Unicode character block.
publicfinalstatic UnicodeBlock DINGBATS
  Constant for the "Dingbats" Unicode character block.
publicfinalstatic UnicodeBlock ENCLOSED_ALPHANUMERICS
  Constant for the "Enclosed Alphanumerics" Unicode character block.
publicfinalstatic UnicodeBlock ENCLOSED_CJK_LETTERS_AND_MONTHS
  Constant for the "Enclosed CJK Letters and Months" Unicode character block.
publicfinalstatic UnicodeBlock ETHIOPIC
  Constant for the "Ethiopic" Unicode character block.
publicfinalstatic UnicodeBlock GENERAL_PUNCTUATION
  Constant for the "General Punctuation" Unicode character block.
publicfinalstatic UnicodeBlock GEOMETRIC_SHAPES
  Constant for the "Geometric Shapes" Unicode character block.
publicfinalstatic UnicodeBlock GEORGIAN
  Constant for the "Georgian" Unicode character block.
publicfinalstatic UnicodeBlock GOTHIC
  Constant for the "Gothic" Unicode character block.
publicfinalstatic UnicodeBlock GREEK
  Constant for the "Greek and Coptic" Unicode character block.
publicfinalstatic UnicodeBlock GREEK_EXTENDED
  Constant for the "Greek Extended" Unicode character block.
publicfinalstatic UnicodeBlock GUJARATI
  Constant for the "Gujarati" Unicode character block.
publicfinalstatic UnicodeBlock GURMUKHI
  Constant for the "Gurmukhi" Unicode character block.
publicfinalstatic UnicodeBlock HALFWIDTH_AND_FULLWIDTH_FORMS
  Constant for the "Halfwidth and Fullwidth Forms" Unicode character block.
publicfinalstatic UnicodeBlock HANGUL_COMPATIBILITY_JAMO
  Constant for the "Hangul Compatibility Jamo" Unicode character block.
publicfinalstatic UnicodeBlock HANGUL_JAMO
  Constant for the "Hangul Jamo" Unicode character block.
publicfinalstatic UnicodeBlock HANGUL_SYLLABLES
  Constant for the "Hangul Syllables" Unicode character block.
publicfinalstatic UnicodeBlock HANUNOO
  Constant for the "Hanunoo" Unicode character block.
publicfinalstatic UnicodeBlock HEBREW
  Constant for the "Hebrew" Unicode character block.
publicfinalstatic UnicodeBlock HIGH_PRIVATE_USE_SURROGATES
  Constant for the "High Private Use Surrogates" Unicode character block.
publicfinalstatic UnicodeBlock HIGH_SURROGATES
  Constant for the "High Surrogates" Unicode character block.
publicfinalstatic UnicodeBlock HIRAGANA
  Constant for the "Hiragana" Unicode character block.
publicfinalstatic UnicodeBlock IDEOGRAPHIC_DESCRIPTION_CHARACTERS
  Constant for the "Ideographic Description Characters" Unicode character block.
publicfinalstatic UnicodeBlock IPA_EXTENSIONS
  Constant for the "IPA Extensions" Unicode character block.
publicfinalstatic UnicodeBlock KANBUN
  Constant for the "Kanbun" Unicode character block.
publicfinalstatic UnicodeBlock KANGXI_RADICALS
  Constant for the "Kangxi Radicals" Unicode character block.
publicfinalstatic UnicodeBlock KANNADA
  Constant for the "Kannada" Unicode character block.
publicfinalstatic UnicodeBlock KATAKANA
  Constant for the "Katakana" Unicode character block.
publicfinalstatic UnicodeBlock KATAKANA_PHONETIC_EXTENSIONS
  Constant for the "Katakana Phonetic Extensions" Unicode character block.
publicfinalstatic UnicodeBlock KHMER
  Constant for the "Khmer" Unicode character block.
publicfinalstatic UnicodeBlock KHMER_SYMBOLS
  Constant for the "Khmer Symbols" Unicode character block.
publicfinalstatic UnicodeBlock LAO
  Constant for the "Lao" Unicode character block.
publicfinalstatic UnicodeBlock LATIN_1_SUPPLEMENT
  Constant for the "Latin-1 Supplement" Unicode character block.
publicfinalstatic UnicodeBlock LATIN_EXTENDED_A
  Constant for the "Latin Extended-A" Unicode character block.
publicfinalstatic UnicodeBlock LATIN_EXTENDED_ADDITIONAL
  Constant for the "Latin Extended Additional" Unicode character block.
publicfinalstatic UnicodeBlock LATIN_EXTENDED_B
  Constant for the "Latin Extended-B" Unicode character block.
publicfinalstatic UnicodeBlock LETTERLIKE_SYMBOLS
  Constant for the "Letterlike Symbols" Unicode character block.
publicfinalstatic UnicodeBlock LIMBU
  Constant for the "Limbu" Unicode character block.
publicfinalstatic UnicodeBlock LINEAR_B_IDEOGRAMS
  Constant for the "Linear B Ideograms" Unicode character block.
publicfinalstatic UnicodeBlock LINEAR_B_SYLLABARY
  Constant for the "Linear B Syllabary" Unicode character block.
publicfinalstatic UnicodeBlock LOW_SURROGATES
  Constant for the "Low Surrogates" Unicode character block.
publicfinalstatic UnicodeBlock MALAYALAM
  Constant for the "Malayalam" Unicode character block.
publicfinalstatic UnicodeBlock MATHEMATICAL_ALPHANUMERIC_SYMBOLS
  Constant for the "Mathematical Alphanumeric Symbols" Unicode character block.
publicfinalstatic UnicodeBlock MATHEMATICAL_OPERATORS
  Constant for the "Mathematical Operators" Unicode character block.
publicfinalstatic UnicodeBlock MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A
  Constant for the "Miscellaneous Mathematical Symbols-A" Unicode character block.
publicfinalstatic UnicodeBlock MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B
  Constant for the "Miscellaneous Mathematical Symbols-B" Unicode character block.
publicfinalstatic UnicodeBlock MISCELLANEOUS_SYMBOLS
  Constant for the "Miscellaneous Symbols" Unicode character block.
publicfinalstatic UnicodeBlock MISCELLANEOUS_SYMBOLS_AND_ARROWS
  Constant for the "Miscellaneous Symbols and Arrows" Unicode character block.
publicfinalstatic UnicodeBlock MISCELLANEOUS_TECHNICAL
  Constant for the "Miscellaneous Technical" Unicode character block.
publicfinalstatic UnicodeBlock MONGOLIAN
  Constant for the "Mongolian" Unicode character block.
publicfinalstatic UnicodeBlock MUSICAL_SYMBOLS
  Constant for the "Musical Symbols" Unicode character block.
publicfinalstatic UnicodeBlock MYANMAR
  Constant for the "Myanmar" Unicode character block.
publicfinalstatic UnicodeBlock NUMBER_FORMS
  Constant for the "Number Forms" Unicode character block.
publicfinalstatic UnicodeBlock OGHAM
  Constant for the "Ogham" Unicode character block.
publicfinalstatic UnicodeBlock OLD_ITALIC
  Constant for the "Old Italic" Unicode character block.
publicfinalstatic UnicodeBlock OPTICAL_CHARACTER_RECOGNITION
  Constant for the "Optical Character Recognition" Unicode character block.
publicfinalstatic UnicodeBlock ORIYA
  Constant for the "Oriya" Unicode character block.
publicfinalstatic UnicodeBlock OSMANYA
  Constant for the "Osmanya" Unicode character block.
publicfinalstatic UnicodeBlock PHONETIC_EXTENSIONS
  Constant for the "Phonetic Extensions" Unicode character block.
publicfinalstatic UnicodeBlock PRIVATE_USE_AREA
  Constant for the "Private Use Area" Unicode character block.
publicfinalstatic UnicodeBlock RUNIC
  Constant for the "Runic" Unicode character block.
publicfinalstatic UnicodeBlock SHAVIAN
  Constant for the "Shavian" Unicode character block.
publicfinalstatic UnicodeBlock SINHALA
  Constant for the "Sinhala" Unicode character block.
publicfinalstatic UnicodeBlock SMALL_FORM_VARIANTS
  Constant for the "Small Form Variants" Unicode character block.
publicfinalstatic UnicodeBlock SPACING_MODIFIER_LETTERS
  Constant for the "Spacing Modifier Letters" Unicode character block.
publicfinalstatic UnicodeBlock SPECIALS
  Constant for the "Specials" Unicode character block.
publicfinalstatic UnicodeBlock SUPERSCRIPTS_AND_SUBSCRIPTS
  Constant for the "Superscripts and Subscripts" Unicode character block.
publicfinalstatic UnicodeBlock SUPPLEMENTAL_ARROWS_A
  Constant for the "Supplemental Arrows-A" Unicode character block.
publicfinalstatic UnicodeBlock SUPPLEMENTAL_ARROWS_B
  Constant for the "Supplemental Arrows-B" Unicode character block.
publicfinalstatic UnicodeBlock SUPPLEMENTAL_MATHEMATICAL_OPERATORS
  Constant for the "Supplemental Mathematical Operators" Unicode character block.
publicfinalstatic UnicodeBlock SUPPLEMENTARY_PRIVATE_USE_AREA_A
  Constant for the "Supplementary Private Use Area-A" Unicode character block.
publicfinalstatic UnicodeBlock SUPPLEMENTARY_PRIVATE_USE_AREA_B
  Constant for the "Supplementary Private Use Area-B" Unicode character block.
@Deprecated
publicfinalstatic UnicodeBlock SURROGATES_AREA
publicfinalstatic UnicodeBlock SYRIAC
  Constant for the "Syriac" Unicode character block.
publicfinalstatic UnicodeBlock TAGALOG
  Constant for the "Tagalog" Unicode character block.
publicfinalstatic UnicodeBlock TAGBANWA
  Constant for the "Tagbanwa" Unicode character block.
publicfinalstatic UnicodeBlock TAGS
  Constant for the "Tags" Unicode character block.
publicfinalstatic UnicodeBlock TAI_LE
  Constant for the "Tai Le" Unicode character block.
publicfinalstatic UnicodeBlock TAI_XUAN_JING_SYMBOLS
  Constant for the "Tai Xuan Jing Symbols" Unicode character block.
publicfinalstatic UnicodeBlock TAMIL
  Constant for the "Tamil" Unicode character block.
publicfinalstatic UnicodeBlock TELUGU
  Constant for the "Telugu" Unicode character block.
publicfinalstatic UnicodeBlock THAANA
  Constant for the "Thaana" Unicode character block.
publicfinalstatic UnicodeBlock THAI
  Constant for the "Thai" Unicode character block.
publicfinalstatic UnicodeBlock TIBETAN
  Constant for the "Tibetan" Unicode character block.
publicfinalstatic UnicodeBlock UGARITIC
  Constant for the "Ugaritic" Unicode character block.
publicfinalstatic UnicodeBlock UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS
  Constant for the "Unified Canadian Aboriginal Syllabics" Unicode character block.
publicfinalstatic UnicodeBlock VARIATION_SELECTORS
  Constant for the "Variation Selectors" Unicode character block.
publicfinalstatic UnicodeBlock VARIATION_SELECTORS_SUPPLEMENT
  Constant for the "Variation Selectors Supplement" Unicode character block.
publicfinalstatic UnicodeBlock YI_RADICALS
  Constant for the "Yi Radicals" Unicode character block.
publicfinalstatic UnicodeBlock YI_SYLLABLES
  Constant for the "Yi Syllables" Unicode character block.
publicfinalstatic UnicodeBlock YIJING_HEXAGRAM_SYMBOLS
  Constant for the "Yijing Hexagram Symbols" Unicode character block.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar