Class UnicodeCharacterDatabase


  • public class UnicodeCharacterDatabase
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String UNICODE_VERSION  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void decompose​(int c, boolean canonical, java.lang.StringBuilder buf)  
      static int getCanonicalClass​(int c)  
      static char getPairComposition​(int f, int s)  
      static boolean isComposite​(int f, int s)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Method Detail

      • getCanonicalClass

        public static int getCanonicalClass​(int c)
      • isComposite

        public static boolean isComposite​(int f,
                                          int s)
      • getPairComposition

        public static char getPairComposition​(int f,
                                              int s)
      • decompose

        public static void decompose​(int c,
                                     boolean canonical,
                                     java.lang.StringBuilder buf)