public final class Strings extends Object
| Modifier | Constructor and Description |
|---|---|
private |
Strings()
Hidden for pure static utility class.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
nullAwareTrim(String fileName)
Trims passed in string and does not throw
NullPointerException if passed in string is null. |
public static String nullAwareTrim(String fileName)
NullPointerException if passed in string is null.fileName - may be nullnullCopyright © 2012 Sven Strittmatter. All Rights Reserved.