|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.icl.saxon.sort.Comparer | +--com.icl.saxon.sort.MultiKeyComparer
A MultiKeyComparer compares using a composite sort key.
Constructor Summary | |
MultiKeyComparer(java.util.Vector keys,
Context context)
|
Method Summary | |
int |
compare(java.lang.Object a,
java.lang.Object b)
Compare two values. |
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 MultiKeyComparer(java.util.Vector keys, Context context) throws org.xml.sax.SAXException
Method Detail |
public int compare(java.lang.Object a, java.lang.Object b)
compare
in class Comparer
com.icl.saxon.sort.Comparer
java.lang.ClassCastException
- if the objects are of the wrong type for this Comparer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |