Lang
Composite Recipes
Recipes that include further recipes, often including the individual recipes below.
Recipes
- Replace
StringUtils.abbreviate(String, int)
with JDK provided API - Replace
StringUtils.capitalize(String)
with JDK provided API - Replace
StringUtils.defaultString(String)
with JDK provided API - Replace
StringUtils.defaultString(String, String)
with JDK provided API - Replace
StringUtils.deleteWhitespace(String)
with JDK provided API - Replace
StringUtils.equals(CharSequence, CharSequence)
with JDK provided API - Replace
StringUtils.equalsIgnoreCase(CharSequence, CharSequence)
with JDK provided API - Replace
StringUtils.lowerCase(String)
with JDK provided API - Replace
StringUtils.removeEnd(String, String)
with JDK provided API - Replace
StringUtils.replace(String, String, String)
with JDK provided API - Replace
StringUtils.reverse(String)
with JDK provided API - Replace
StringUtils.split(String)
with JDK provided API - Replace
StringUtils.strip(String)
with JDK provided API - Replace
StringUtils.trim(String)
with JDK provided API - Replace
StringUtils.trimToEmpty(String)
with JDK provided API - Replace
StringUtils.trimToNull(String)
with JDK provided API - Replace
StringUtils.upperCase(String)
with JDK internals - Replace any StringUtils#isEmpty(String) and #isNotEmpty(String)