net.sf.saxon.sort
Class CodepointCollator

java.lang.Object
  extended bynet.sf.saxon.sort.CodepointCollator
All Implemented Interfaces:
Comparator, Serializable

public class CodepointCollator
extends Object
implements Comparator, Serializable

A collating sequence that uses Unicode codepoint ordering

See Also:
Serialized Form

Field Summary
static String URI
           
 
Constructor Summary
CodepointCollator()
           
 
Method Summary
 int compare(Object a, Object b)
          Compare two string objects.
static CodepointCollator getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Field Detail

URI

public static String URI
Constructor Detail

CodepointCollator

public CodepointCollator()
Method Detail

getInstance

public static CodepointCollator getInstance()

compare

public int compare(Object a,
                   Object b)
Compare two string objects.

Specified by:
compare in interface Comparator
Returns:
<0 if a0 if a>b
Throws:
ClassCastException - if the objects are of the wrong type for this Comparer