Contains methods for string manipulation. More...
Public Member Functions | |
| StringAssistant () | |
Static Public Member Functions | |
| static boolean | isNullOrWhiteSpace (String s) |
| static String[] | subArray (String[] array, int offset) |
| Creates a subarray from an existing array. More... | |
| static String[] | subArray (String[] array, int offset, int count) |
| Creates a subarray from an existing array. More... | |
Contains methods for string manipulation.
| fm.liveswitch.StringAssistant.StringAssistant | ( | ) |
|
static |
| s | The s. |
|
static |
Creates a subarray from an existing array.
| array | The source array. |
| offset | The offset into the source array. |
|
static |
Creates a subarray from an existing array.
| array | The source array. |
| offset | The offset into the source array. |
| count | The number of elements to copy into the subarray. |