Class Characters


  • final class Characters
    extends java.lang.Object
    Wraps Character methods to be overridden for GWT.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Characters()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static int toLowerCase​(int codePoint)  
      (package private) static int toUpperCase​(int codePoint)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Characters

        private Characters()
    • Method Detail

      • toLowerCase

        static int toLowerCase​(int codePoint)
      • toUpperCase

        static int toUpperCase​(int codePoint)