java.lang.Object
com.sas.services.information.metadata.lookup.utils.Strings

@Deprecated public class Strings extends Object
Deprecated.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    isEmpty(Object[] objects)
    Deprecated.
     
    static boolean
    isEmpty(String s)
    Deprecated.
     
    static boolean
    isNotEmpty(Object[] objects)
    Deprecated.
     
    static boolean
    isNotEmpty(String s)
    Deprecated.
     
    static boolean
    isNotNull(String s)
    Deprecated.
     
    static boolean
    isNull(String s)
    Deprecated.
     
    static String
    nonNull(String s)
    Deprecated.
     

    Methods inherited from class java.lang.Object

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

    • Strings

      public Strings()
      Deprecated.
  • Method Details

    • isEmpty

      public static boolean isEmpty(String s)
      Deprecated.
    • isNotEmpty

      public static boolean isNotEmpty(String s)
      Deprecated.
    • isNotEmpty

      public static boolean isNotEmpty(Object[] objects)
      Deprecated.
    • isEmpty

      public static boolean isEmpty(Object[] objects)
      Deprecated.
    • isNull

      public static boolean isNull(String s)
      Deprecated.
    • isNotNull

      public static boolean isNotNull(String s)
      Deprecated.
    • nonNull

      public static String nonNull(String s)
      Deprecated.