com.icl.saxon.sort
public class UppercaseFirstComparer extends Comparer
| 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 uppercase comes first. |
Returns: <0 if a0 if a>b
Throws: ClassCastException if the objects are of the wrong type for this Comparer