A C D E F G I J L M O P R S T U X

E

ensureString(String) - Static method in class com.abstractics.utils.StringUtils
Given a String object, will return the String object itself, or if it is null, then and empty String is returned.
ensureString(String, String) - Static method in class com.abstractics.utils.StringUtils
Given a String object, will return the String object itself, or if it is null, then the specified defaultValue is returned.

A C D E F G I J L M O P R S T U X