Class InfraUtil


  • public final class InfraUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private InfraUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isASCIIWhitespace​(char c)
      if a character is https://infra.spec.whatwg.org/#ascii-whitespace U+0009 TAB, U+000A LF, U+000C FF, U+000D CR, or U+0020 SPACE.
      • Methods inherited from class java.lang.Object

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

      • InfraUtil

        private InfraUtil()
    • Method Detail

      • isASCIIWhitespace

        public static boolean isASCIIWhitespace​(char c)
        if a character is https://infra.spec.whatwg.org/#ascii-whitespace U+0009 TAB, U+000A LF, U+000C FF, U+000D CR, or U+0020 SPACE.