Class StringUtils


  • public class StringUtils
    extends Object
    • Constructor Detail

      • StringUtils

        public StringUtils()
    • Method Detail

      • isEmpty

        public static boolean isEmpty​(String s)
      • equals

        public static boolean equals​(String first,
                                     String second)
        A "null-safe" equals method. Returns true if the two provided references are both null, or if they are string-equal.