Class Strings
java.lang.Object
com.sas.services.information.metadata.lookup.utils.Strings
@Deprecated
public class Strings
extends Object
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisEmpty(Object[] objects) Deprecated.static booleanisEmpty(String s) Deprecated.static booleanisNotEmpty(Object[] objects) Deprecated.static booleanisNotEmpty(String s) Deprecated.static booleanisNotNull(String s) Deprecated.static booleanisNull(String s) Deprecated.static StringnonNull(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.
-