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