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, setOrderpublic int compare(Object a, Object b)
compare in class ComparerClassCastException - if the objects are of the wrong type for this Comparer