org.sblim.cimclient.internal.util
public class StringSorter extends Object implements Comparator<Object>
Method Summary | |
---|---|
int | compare(Object pO1, Object pO2) |
static boolean | find(String[] pArray, String pName)
Finds pName, in pArray which must be a non case sensitive sorted array of
Strings.
|
static String[] | sort(String[] pArray)
Sorts non case sensitively the passed String array, the passed array is
not copied.
|
See Also: java.util.Comparator#compare(java.lang.Object, java.lang.Object)
Parameters: pArray pName
Returns: true
if found, otherwise false
Parameters: pArray the array which will be sorted if it's not null
Returns: pArray