Class Strings


  • public class Strings
    extends java.lang.Object
    The class contains methods for checking a string.
    Since:
    3.5.0
    Author:
    dennis
    • Constructor Summary

      Constructors 
      Constructor Description
      Strings()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isBlank​(java.lang.String str)  
      static boolean isEmpty​(java.lang.String str)  
      • Methods inherited from class java.lang.Object

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

      • Strings

        public Strings()
    • Method Detail

      • isEmpty

        public static boolean isEmpty​(java.lang.String str)
      • isBlank

        public static boolean isBlank​(java.lang.String str)