net.sf.saxon.sort
public class LowercaseFirstComparer extends Object implements Comparator, Serializable
Constructor Summary | |
---|---|
LowercaseFirstComparer(Comparator base) |
Method Summary | |
---|---|
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.
|
Returns: <0 if a0 if a>b
Throws: ClassCastException if the objects are of the wrong type for this Comparer