| 
 | Generated by JDiff | ||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||
| Removed Methods | |
| StringlenientFormat(String, | Returns the given {@code template} string with each occurrence of {@code "%s"} replaced with the corresponding argument value from {@code args}; or, if the placeholder and argument counts do not match, returns a best-effort form of that string. | 
| Changed Methods | ||
| StringemptyToNull(String) | Change in return type from Stringtojava.lang.String.Change in signature from Stringtojava.lang.String. | Returns the given string if it is nonempty; {@code null} otherwise. | 
| booleanisNullOrEmpty(String) | Change in signature from Stringtojava.lang.String. | Returns {@code true} if the given string is null or is the empty string. | 
| StringnullToEmpty(String) | Change in signature from Stringtojava.lang.String. | Returns the given string if it is non-null; the empty string otherwise. | 
| 
 | |||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||