com.jclark.xsl.util

Class TextComparator

public class TextComparator extends Object implements Comparator

Field Summary
static intLOWER_FIRST
static intUPPER_FIRST
Method Summary
intcompare(Object obj1, Object obj2)
static Comparatorcreate(Locale locale, int caseOrder)

Field Detail

LOWER_FIRST

public static final int LOWER_FIRST

UPPER_FIRST

public static final int UPPER_FIRST

Method Detail

compare

public int compare(Object obj1, Object obj2)

create

public static Comparator create(Locale locale, int caseOrder)