Package com.google.api.client.util
Class Strings
- java.lang.Object
-
- com.google.api.client.util.Strings
-
public final class Strings extends java.lang.Object
Static utility methods pertaining toString
instances.NOTE: proxy for the Guava implementation of
Strings
.- Since:
- 1.14
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Strings()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isNullOrEmpty(java.lang.String string)
Returnstrue
if the given string is null or is the empty string.
-