Class StringUtil

java.lang.Object
com.hazelcast.aws.utility.StringUtil

public final class StringUtil
extends Object
  • Method Details

    • isEmpty

      public static boolean isEmpty​(String s)
      Checks if a string is empty or not after trim operation
      Parameters:
      s - the string to check.
      Returns:
      true if the string is null or empty, false otherwise
    • isNotEmpty

      public static boolean isNotEmpty​(String s)
      Checks if a string is empty or not after trim operation
      Parameters:
      s - the string to check.
      Returns:
      true if the string is not null or not empty, false otherwise