|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.icl.saxon.sort.Comparer
com.icl.saxon.sort.LowercaseFirstComparer
public class LowercaseFirstComparer
A Comparer used for comparing keys
| Constructor Summary | |
|---|---|
LowercaseFirstComparer()
|
|
| Method Summary | |
|---|---|
int |
compare(java.lang.Object a,
java.lang.Object b)
Compare two string objects: case is irrelevant, unless the strings are equal ignoring case, in which case lowercase comes first. |
| Methods inherited from class com.icl.saxon.sort.Comparer |
|---|
setDataType, setOrder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LowercaseFirstComparer()
| Method Detail |
|---|
public int compare(java.lang.Object a,
java.lang.Object b)
compare in class Comparerjava.lang.ClassCastException - if the objects are of the wrong type for this Comparer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||