- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for stringIsNullOrEmpty (0.06 sec)
-
guava-gwt/src-super/com/google/common/base/super/com/google/common/base/Platform.java
} @JsMethod(name = "Number.prototype.toPrecision.call", namespace = JsPackage.GLOBAL) private static native String toPrecision(double value, int precision); @JsMethod static native boolean stringIsNullOrEmpty(@Nullable String string) /*-{ return !string; }-*/; @JsMethod static native String nullToEmpty(@Nullable String string) /*-{ return string || ""; }-*/; @JsMethod
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Feb 03 21:52:39 UTC 2025 - 2.2K bytes - Viewed (0)