wt.eff.format
Class EffFormatHelper
java.lang.Object
wt.eff.format.EffFormatHelper
- All Implemented Interfaces:
- Externalizable, Serializable
public final class EffFormatHelper
- extends Object
- implements Externalizable
Supported API: true
Extendable: false
- See Also:
- Serialized Form
|
Method Summary |
static boolean |
isEmptyOrNull(String str)
This operation can be used to check whether a string is empty or null
in a consistent fashion. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isEmptyOrNull
public static boolean isEmptyOrNull(String str)
- This operation can be used to check whether a string is empty or null
in a consistent fashion.
Supported API: true
- Parameters:
str -
- Returns:
- true if the string passed in is either empty or null; false
otherwise