Class Strings.Whitespace

  • Enclosing class:
    Strings

    private static final class Strings.Whitespace
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static int MULTIPLIER  
      private static int SHIFT  
      private static java.lang.String TABLE  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Whitespace()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isWhitespace​(char c)  
      • Methods inherited from class java.lang.Object

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

      • Whitespace

        private Whitespace()
    • Method Detail

      • isWhitespace

        public static boolean isWhitespace​(char c)