public class LowercaseFirstComparer extends Comparer
Constructor and Description |
---|
LowercaseFirstComparer() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Object a,
Object b)
Compare two string objects: case is irrelevant, unless the strings are equal ignoring
case, in which case lowercase comes first.
|
setDataType, setOrder
public int compare(Object a, Object b)
compare
in class Comparer
ClassCastException
- if the objects are of the wrong type for this Comparer