fm.liveswitch.StringAssistant Class Reference

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...
 

Detailed Description

Contains methods for string manipulation.

Constructor & Destructor Documentation

◆ StringAssistant()

fm.liveswitch.StringAssistant.StringAssistant ( )

Member Function Documentation

◆ isNullOrWhiteSpace()

static boolean fm.liveswitch.StringAssistant.isNullOrWhiteSpace ( String  s)
static
Parameters
sThe s.

◆ subArray() [1/2]

static String [] fm.liveswitch.StringAssistant.subArray ( String[]  array,
int  offset 
)
static

Creates a subarray from an existing array.

Parameters
arrayThe source array.
offsetThe offset into the source array.
Returns
The subarray.

◆ subArray() [2/2]

static String [] fm.liveswitch.StringAssistant.subArray ( String[]  array,
int  offset,
int  count 
)
static

Creates a subarray from an existing array.

Parameters
arrayThe source array.
offsetThe offset into the source array.
countThe number of elements to copy into the subarray.
Returns
The subarray.